mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 08:47:46 +00:00
parent
9ebd8682b5
commit
a0a9e412b4
@ -89,7 +89,7 @@ public abstract class PassphraseRequiredActionBarActivity extends BaseActionBarA
|
|||||||
@Override
|
@Override
|
||||||
public void onMasterSecretCleared() {
|
public void onMasterSecretCleared() {
|
||||||
Log.w(TAG, "onMasterSecretCleared()");
|
Log.w(TAG, "onMasterSecretCleared()");
|
||||||
if (isVisible) routeApplicationState(false);
|
if (isVisible) routeApplicationState(true);
|
||||||
else finish();
|
else finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user