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

Commit e80cf38d authored by Chandru S's avatar Chandru S
Browse files

Add back check that ignores help messages

This was removed by mistake in a previous CL

Fixes: 277903303
Test: manually verified
Change-Id: Iacb8321d2e5aa4671c3f51db259a90120c592c87
parent 5a0eb9c2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1259,6 +1259,9 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab
     * for bridging the gap while the migration is active.
     */
    private void handleFaceHelp(int msgId, String helpString) {
        if (mFaceAcquiredInfoIgnoreList.contains(msgId)) {
            return;
        }
        Assert.isMainThread();
        mLogger.logFaceAuthHelpMsg(msgId, helpString);
        for (int i = 0; i < mCallbacks.size(); i++) {