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

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

Merge "Fix bug where Folder name stayed invisible." into ub-launcher3-dorval-polish

parents b49ff69b 19db4255
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -792,6 +792,7 @@ public class Folder extends AbstractFloatingView implements DragSource, View.OnC
            mFolderIcon.setVisibility(View.VISIBLE);
            if (FeatureFlags.LAUNCHER3_NEW_FOLDER_ANIMATION) {
                mFolderIcon.setBackgroundVisible(true);
                mFolderIcon.mFolderName.setTextVisibility(true);
            }
            if (wasAnimated) {
                if (FeatureFlags.LAUNCHER3_NEW_FOLDER_ANIMATION) {