mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
Actually set the preference to unregistered
This commit is contained in:
parent
0e899b93d4
commit
03ff55db97
@ -342,6 +342,7 @@ public class ApplicationPreferencesActivity extends PassphraseRequiredSherlockPr
|
||||
break;
|
||||
case SUCCESS:
|
||||
((CheckBoxPreference)preference).setChecked(false);
|
||||
TextSecurePreferences.setPushRegistered(ApplicationPreferencesActivity.this, false);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user