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

Commit bbd7dfc0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 05b52d8b e3e0b06a
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);
                });
            }
        }
        }
    }
    }