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

Commit a372f430 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am d01a1b04: Merge "Remove unused views when we return to keyguard" into klp-dev

* commit 'd01a1b04':
  Remove unused views when we return to keyguard
parents 5eb25044 d01a1b04
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -242,6 +242,7 @@ public class KeyguardViewManager {
        }
        }


        if (force || mKeyguardView == null) {
        if (force || mKeyguardView == null) {
            mKeyguardHost.removeAllViews();
            inflateKeyguardView(options);
            inflateKeyguardView(options);
            mKeyguardView.requestFocus();
            mKeyguardView.requestFocus();
        }
        }