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 a new issue