Skip to content
Commit b48c1b40 authored by felkachang's avatar felkachang Committed by Felka Chang
Browse files

Fix the TalkBack say wrong sentence after sim unlock

After sim unlock, Telephony manager return result is ready and
the remainAttemp is 0. The remainAttemp zero will make the following
process get the password error message in showDefaultMessage.
So, the process should reset the mRemainingAttempts to be -1 after
confirming the sim state is ready. To reset the mRemainingAttempts
will make the showDefaultMessage not to trigger the wrong talkback.

Bug: 72663742
Test: atest SystemUITests
Change-Id: I1b9b14282f74b3f41932af73c65d67379b9ed916
parent cfccbf91
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment