Loading src/com/android/launcher3/folder/Folder.java +6 −0 Original line number Diff line number Diff line Loading @@ -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); } }); Loading Loading
src/com/android/launcher3/folder/Folder.java +6 −0 Original line number Diff line number Diff line Loading @@ -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); } }); Loading