mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-21 17:24:19 +00:00
Fixed that app vanished from recent apps list after locking
This commit is contained in:
parent
fea5b8e75a
commit
b999ccc83b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public abstract class AegisActivity extends AppCompatActivity implements AegisAp
|
|||
@Override
|
||||
public void onLocked(boolean userInitiated) {
|
||||
setResult(RESULT_CANCELED, null);
|
||||
finishAndRemoveTask();
|
||||
finish();
|
||||
}
|
||||
|
||||
protected AegisApplication getApp() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue