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

Skip to content
Commit b81a9055 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Clear transform when updating animation frame

This is a common step to support general animation.
Otherwise postTranslate will keep accumulating offset that causes the
content to be outside of screen.

The default embedded animation doesn't have problem because it
is lucky that contains setTranslate. While a pure alpha animation
doesn't contain setTranslate.

Fix: 308898792
Test: Open Settings with embedded activity enabled.
      Click Display -> Brightness level and click Storage on left.
      It will perform the alpha animation correctly which
      is specified by the activity of "Brightness level".
Change-Id: I3575dd0c0e6797b38b67825b978afebe0fafff3e
parent f4356a7a
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