Skip to content
Commit 334ebcea authored by Aaron Liu's avatar Aaron Liu
Browse files

Fix user switcher flicker.

User switcher flickers when bouncer shows scrimmed. This is because when
the bouncer hides, the alpha of the view is considered to be 1f. When we
are showing the bouncer, we are asynchronously inflating the view and
waiting for this operation to complete to start the appear animation. In
order to fix this, we reset the view before making this async call to
ensure that the view alpha is 0f. It will be set to 1f in #appear.

Fixes: 290355544
Test: test pattern, pin, password back button and success.
Change-Id: I1680d66336b5b6d5d1065c85ac4b09ca56e12d7a
Merged-In: I1680d66336b5b6d5d1065c85ac4b09ca56e12d7a
(cherry picked from commit dc072507)
parent 890f1718
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