Actually set the preference to unregistered
This commit is contained in:
parent
0e899b93d4
commit
03ff55db97
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@ public class ApplicationPreferencesActivity extends PassphraseRequiredSherlockPr
|
|||
break;
|
||||
case SUCCESS:
|
||||
((CheckBoxPreference)preference).setChecked(false);
|
||||
TextSecurePreferences.setPushRegistered(ApplicationPreferencesActivity.this, false);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue