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

Commit 5704f326 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

resolved conflicts for merge of f05f7ab1 to master

Change-Id: Id39b4f1f0aefb387261bbe721050814d5517cea1
parents 70cdb408 85e70956
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1458,18 +1458,18 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                }
            } else if (mHideLockScreen) {
                if (mKeyguard.hideLw(true)) {
                    mKeyguardMediator.setHidden(true);
                    changes |= FINISH_LAYOUT_REDO_LAYOUT
                            | FINISH_LAYOUT_REDO_CONFIG
                            | FINISH_LAYOUT_REDO_WALLPAPER;
                }
                mKeyguardMediator.setHidden(true);
            } else {
                if (mKeyguard.showLw(true)) {
                    mKeyguardMediator.setHidden(false);
                    changes |= FINISH_LAYOUT_REDO_LAYOUT
                            | FINISH_LAYOUT_REDO_CONFIG
                            | FINISH_LAYOUT_REDO_WALLPAPER;
                }
                mKeyguardMediator.setHidden(false);
            }
        }