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

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

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

parents 904166fd fb6c32a9
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -621,12 +621,6 @@ 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);
            }
        });