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

Commit 19db4255 authored by Jon Miranda's avatar Jon Miranda
Browse files

Fix bug where Folder name stayed invisible.

Accidentally removed from Change-Id: I7ede7ed9e091e2a0c3cbe11731744bfe9ce36595

Bug: 63777585
Change-Id: I3178944285f11ab3efbd3b446c22b4b5f6843988
parent 69675520
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -792,6 +792,7 @@ public class Folder extends AbstractFloatingView implements DragSource, View.OnC
            mFolderIcon.setVisibility(View.VISIBLE);
            mFolderIcon.setVisibility(View.VISIBLE);
            if (FeatureFlags.LAUNCHER3_NEW_FOLDER_ANIMATION) {
            if (FeatureFlags.LAUNCHER3_NEW_FOLDER_ANIMATION) {
                mFolderIcon.setBackgroundVisible(true);
                mFolderIcon.setBackgroundVisible(true);
                mFolderIcon.mFolderName.setTextVisibility(true);
            }
            }
            if (wasAnimated) {
            if (wasAnimated) {
                if (FeatureFlags.LAUNCHER3_NEW_FOLDER_ANIMATION) {
                if (FeatureFlags.LAUNCHER3_NEW_FOLDER_ANIMATION) {