mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +00:00
Disable experience upgrade prompts
This commit is contained in:
parent
3fd3468be5
commit
90056fe670
@ -152,9 +152,11 @@ public abstract class PassphraseRequiredActionBarActivity extends BaseActionBarA
|
||||
return STATE_WELCOME_SCREEN;
|
||||
} else if (!TextSecurePreferences.hasPromptedPushRegistration(this)) {
|
||||
return STATE_PROMPT_PUSH_REGISTRATION;
|
||||
} else if (ExperienceUpgradeActivity.isUpdate(this)) {
|
||||
return STATE_EXPERIENCE_UPGRADE;
|
||||
} else {
|
||||
}
|
||||
// else if (ExperienceUpgradeActivity.isUpdate(this)) {
|
||||
// return STATE_EXPERIENCE_UPGRADE;
|
||||
// }
|
||||
else {
|
||||
return STATE_NORMAL;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user