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

Commit 29318b1a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents aa8780a0 715a322e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -621,6 +621,12 @@ public class Folder extends AbstractFloatingView implements DragSource, View.OnC

                onCompleteRunnable.run();
                mContent.setFocusOnFirstChild();

                // Temporary fix b/36246234
                setTranslationX(0f);
                setTranslationY(0f);
                mContent.setAlpha(1f);
                mFooter.setAlpha(1f);
            }
        });