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

Commit 78c9744f 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

Change-Id: I66814b15777b180596fd91ac8906f9df698a2d19
parents 297dbb86 bbd7dfc0
Loading
Loading
Loading
Loading
+1 −6
Original line number Original line Diff line number Diff line
@@ -1864,12 +1864,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);
                });
            }
        }
        }
    }
    }