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

Commit 08d8bb9c authored by Jon Miranda's avatar Jon Miranda
Browse files

Temporary fix for Widgets in battery saver mode.

Bug: 36246234
Bug: 36240579
Change-Id: Iced0ea87333011aef1dbdadd0036427207e377d9
parent a431fbb8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -334,6 +334,12 @@ public class LauncherStateTransitionAnimation {
                    // This can hold unnecessary references to views.
                    cleanupAnimation();
                    pCb.onTransitionComplete();

                    revealView.setAlpha(1f);
                    revealView.setTranslationX(0f);
                    revealView.setTranslationY(0f);
                    contentView.setAlpha(1f);
                    contentView.setTranslationY(0f);
                }

            });