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

Commit bd185c43 authored by Steve Kondik's avatar Steve Kondik
Browse files

policy: Fix duplicate case

Change-Id: Idd0758d5385feba32c6fda6d1359cb2950660299
parent 0fffbdde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -683,11 +683,11 @@ public class PhoneWindowManager implements WindowManagerPolicy {
    private static final int MSG_DISPATCH_SHOW_GLOBAL_ACTIONS = 10;
    private static final int MSG_HIDE_BOOT_MESSAGE = 11;
    private static final int MSG_LAUNCH_VOICE_ASSIST_WITH_WAKE_LOCK = 12;
    private static final int MSG_DISPATCH_VOLKEY_WITH_WAKE_LOCK = 13;
    boolean mWifiDisplayConnected = false;
    int     mWifiDisplayCustomRotation = -1;
    private static final int MSG_POWER_DELAYED_PRESS = 13;
    private static final int MSG_POWER_LONG_PRESS = 14;
    private static final int MSG_DISPATCH_VOLKEY_WITH_WAKE_LOCK = 15;
    private boolean mHasPermanentMenuKey;
    private boolean mClearedBecauseOfForceShow;
    private boolean mTopWindowIsKeyguard;