Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ebd7037 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "AppOps: don't make delay for permission dialog"

parents 16b4bba5 171f439d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ class BasePermissionDialog extends AlertDialog {
    public void onStart() {
        super.onStart();
        setEnabled(false);
        mHandler.sendMessageDelayed(mHandler.obtainMessage(0), 1000);
        mHandler.sendMessage(mHandler.obtainMessage(0));
    }

    public boolean dispatchKeyEvent(KeyEvent event) {