Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Root cause was that sometimes lists were List<string> but other times they were List<dynamic>. The fix was broadening the comparison to just List because all Lists saved to shared prefs are in fact lists of string.
- Loading branch information