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

Commit fb6c32a9 authored by Jonathan Miranda's avatar Jonathan Miranda
Browse files

Revert "Temporary fix for Folders in battery saver mode."

Note: b/36157561 has been properly fixed.

This reverts commit 715a322e.

Change-Id: I267db053a45a75fdef71c6d178f140c7abcb8616
parent 715a322e
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);
            }
        });