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

Skip to content
Snippets Groups Projects
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
Branches
Tags
No related merge requests found
...@@ -621,12 +621,6 @@ public class Folder extends AbstractFloatingView implements DragSource, View.OnC ...@@ -621,12 +621,6 @@ public class Folder extends AbstractFloatingView implements DragSource, View.OnC
onCompleteRunnable.run(); onCompleteRunnable.run();
mContent.setFocusOnFirstChild(); mContent.setFocusOnFirstChild();
// Temporary fix b/36246234
setTranslationX(0f);
setTranslationY(0f);
mContent.setAlpha(1f);
mFooter.setAlpha(1f);
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment