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
{{ message }}
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Hi all, I made SettingsActivity follow video lession 3 at Update Data on Activity Start, when I change location zip code to 75001 and when I press back button then go to SettingsActivity location zip code still is 94043, please help me
Thanks in advanced
The text was updated successfully, but these errors were encountered:
oh, I fixed that problem, in my case at the end of method onPreferenceChange() I returned false, so that is why my location didn't update new value, I must return true instead :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all, I made SettingsActivity follow video lession 3 at Update Data on Activity Start, when I change location zip code to 75001 and when I press back button then go to SettingsActivity location zip code still is 94043, please help me
Thanks in advanced
The text was updated successfully, but these errors were encountered: