mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 09:28:51 +00:00
Disable experience upgrade prompts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user