Merge "Fix bug where Folder name stayed invisible." into ub-launcher3-dorval-polish
This commit is contained in:
commit
751ea1c10e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue