You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using apply() to save preferences is dangerous as it can and will silently fail.
Instead, all sets should use commit() and return a completable, throwing an error if commit() returns false.