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

Commit d5df5e02 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch '5089-u-simcard' into 'v1-u'

keyguard: Keep SIM card name visible during PIN entry

See merge request e/os/android_frameworks_base!225
parents 6117f765 a1ee727a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -279,7 +279,6 @@ public abstract class KeyguardAbsKeyInputViewController<T extends KeyguardAbsKey
        mFalsingCollector.updateFalseConfidence(FalsingClassifier.Result.passed(0.6));
        getKeyguardSecurityCallback().userActivity();
        getKeyguardSecurityCallback().onUserInput();
        mMessageAreaController.setMessage("");
    }

    @Override