Ensure that disappear animation callback is run.
When we authenticate sim pin with a None security method, we are running into an issue where we are not running the "keyguardDone" runnable when the disappear animation completes. This is because when the sim state changes, we tell the statusbarkeyguardviewmanager to reset. This hides the bouncer and removes the disappear animation finish runnable. When we tell the statusbarkeguardviewmanager to reset, we only want to reset if we are not animating away. Fixes: 288099374 Test: add a unit test Test: unlock sim with none method. Test: disable esim with none method. Test: unlock sim with a pin method. Test: disable esim with pin method. Test: unlock pin method. Change-Id: I52783d0a0d92dbec4dfcfe171df512ec347e4bef
Loading
Please register or sign in to comment