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

Commit c5b2cedd authored by Chandru S's avatar Chandru S Committed by Android (Google) Code Review
Browse files

Merge "Add back check that ignores help messages" into udc-dev

parents 784bd58d e80cf38d
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++) {