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

Commit 39d5dfa9 authored by Heemin Seog's avatar Heemin Seog Committed by Automerger Merge Worker
Browse files

Merge "On reset, show keyguard if not already shown" into rvc-dev am: c8cd1ad5

Change-Id: Ibb316f5a4a9cb2f8e734b005ee1bf8e8e56cdf12
parents c4bb6ebf c8cd1ad5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -203,6 +203,11 @@ public class CarKeyguardViewController extends OverlayViewController implements
            }
            mKeyguardUpdateMonitor.sendKeyguardReset();
            notifyKeyguardUpdateMonitor();
        } else {
            // This is necessary in order to address an inconsistency between the keyguard service
            // and the keyguard views.
            // TODO: Investigate the source of the inconsistency.
            show(/* options= */ null);
        }
    }