Files
lawnchair/quickstep/src/com/android
Adnan Begovic 07a95ff14d launcher3: Ensure workspace visibility after scaling animation is done
- Using setFloat instead of setViewAlpha for animation. The difference between setViewAlpha
and setFloat is that the latter will flip the view visibility as a short circuit of its
implementation. Moving to setFloat ensures that we only mutate the alpha values themselves.

Bug: 414949943
Flag: EXEMPT Bug fix
Tested: Manually, simulated
Change-Id: Id0152ac4780568dd31224df8dcea5c7ad9d309d8
2025-05-19 10:28:00 -07:00
..