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

Commit 1cff8146 authored by George Chang's avatar George Chang
Browse files

Fix MSG_REQUIRE_NFC_UNLOCK case

Bug: 183916787
Test: atest KeyguardUpdateMonitorTest
Test: atest KeyguardIndicationControllerTest
Change-Id: If12af5cd8292ca05ca010630124f4edbdec7c135
parent ceaff386
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1777,6 +1777,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab
                        break;
                    case MSG_TIME_FORMAT_UPDATE:
                        handleTimeFormatUpdate((String) msg.obj);
                        break;
                    case MSG_REQUIRE_NFC_UNLOCK:
                        handleRequireUnlockForNfc();
                        break;