Fix bug where Folder name stayed invisible. am: 19db4255a6

Change-Id: I408896c94f43c9271d56468b8162d2c813f16b7a
This commit is contained in:
Jonathan Miranda
2017-07-18 00:49:27 +00:00
@@ -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) {