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

Commit 68a70118 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge "Attempted fix for navigation bar flicker" into oc-dev am: bbd7dfc0

am: 78c9744f

Change-Id: I985f319bb1cf6627abef2a7dafd9fafd64309264
parents f1b9ee02 78c9744f
Loading
Loading
Loading
Loading
+1 −6
Original line number Original line Diff line number Diff line
@@ -1868,12 +1868,7 @@ public class KeyguardViewMediator extends SystemUI {
                        + " isSecure=" + isSecure() + " --> flags=0x" + Integer.toHexString(flags));
                        + " isSecure=" + isSecure() + " --> flags=0x" + Integer.toHexString(flags));
            }
            }


            if (!(mContext instanceof Activity)) {
            mStatusBarManager.disable(flags);
                final int finalFlags = flags;
                mUiOffloadThread.submit(() -> {
                    mStatusBarManager.disable(finalFlags);
                });
            }
        }
        }
    }
    }