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

This commit is contained in:
TreeHugger Robot 2017-07-18 03:47:44 +00:00 committed by Android (Google) Code Review
commit 751ea1c10e
1 changed files with 1 additions and 0 deletions

View File

@ -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) {