Correctly lock screen when locked from conversation list

Fixes #7441
pull/1/head
Moxie Marlinspike 7 years ago
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…
Cancel
Save