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

Commit d8ea01cc authored by Jonathan Miranda's avatar Jonathan Miranda Committed by Android (Google) Code Review
Browse files

Merge "Revert "Temporary fix for Widgets in battery saver mode."" into ub-launcher3-dorval

parents 3345f133 57299dae
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -334,12 +334,6 @@ 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);
                }

            });