mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 11:15:44 +00:00
Fix post-registration restore closing the app.
This commit is contained in:
committed by
mtang-signal
parent
ffd2e164bf
commit
cbd587f142
@@ -242,8 +242,7 @@ public abstract class PassphraseRequiredActivity extends BaseActivity implements
|
||||
|
||||
private Intent getTransferOrRestoreIntent() {
|
||||
Intent intent = RestoreActivity.getIntentForTransferOrRestore(this);
|
||||
intent.putExtra(NEXT_INTENT_EXTRA, MainActivity.clearTop(this));
|
||||
return getRoutedIntent(intent, getIntent());
|
||||
return getRoutedIntent(intent, MainActivity.clearTop(this));
|
||||
}
|
||||
|
||||
private Intent getCreateProfileNameIntent() {
|
||||
|
||||
Reference in New Issue
Block a user