SmileMeBack / smilemeback

Source code for SmileMeBack Android application
0 stars 1 forks source link

Popup settings are shown "off" after installing app and directly going to Settings menu #38

Closed tpetmanson closed 9 years ago

tpetmanson commented 9 years ago

After the user sees the popup, the correct settings are actually saved there. Thus, the settings activity upon reading the values does not insert the default ones.

tpetmanson commented 9 years ago

Problem was a missing .commit() with SharedPreferences.Editor, that was responsible for injecting default values if they were missing.