mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 17:52:17 -05:00
fixed #425
This commit is contained in:
parent
27ad80afc2
commit
90947597e5
@ -31,7 +31,7 @@ public class SettingsActivity extends XmppActivity implements
|
||||
|
||||
@Override
|
||||
public void onStop() {
|
||||
super.onPause();
|
||||
super.onStop();
|
||||
PreferenceManager.getDefaultSharedPreferences(this)
|
||||
.unregisterOnSharedPreferenceChangeListener(this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user