mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 20:15:21 +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;
|
break;
|
||||||
case SUCCESS:
|
case SUCCESS:
|
||||||
((CheckBoxPreference)preference).setChecked(false);
|
((CheckBoxPreference)preference).setChecked(false);
|
||||||
|
TextSecurePreferences.setPushRegistered(ApplicationPreferencesActivity.this, false);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user