Commit cffd9d1e authored by Mygod's avatar Mygod

Fix usage stats not saved

parent 3c532f1a
...@@ -124,7 +124,7 @@ class ProfileConfigFragment : PreferenceFragmentCompatDividers(), Toolbar.OnMenu ...@@ -124,7 +124,7 @@ class ProfileConfigFragment : PreferenceFragmentCompatDividers(), Toolbar.OnMenu
} }
fun saveAndExit() { fun saveAndExit() {
val profile = Profile() val profile = ProfileManager.getProfile(profileId) ?: Profile()
profile.id = profileId profile.id = profileId
profile.deserialize() profile.deserialize()
ProfileManager.updateProfile(profile) ProfileManager.updateProfile(profile)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment