Merge "Restore hidden text on Popup close" into sc-v2-dev
This commit is contained in:
@@ -480,12 +480,12 @@ public class PopupContainerWithArrow<T extends StatefulActivity<LauncherState>>
|
||||
|
||||
@Override
|
||||
protected void closeComplete() {
|
||||
super.closeComplete();
|
||||
PopupContainerWithArrow openPopup = getOpen(mLauncher);
|
||||
if (openPopup == null || openPopup.mOriginalIcon != mOriginalIcon) {
|
||||
mOriginalIcon.setTextVisibility(mOriginalIcon.shouldTextBeVisible());
|
||||
mOriginalIcon.setForceHideDot(false);
|
||||
}
|
||||
super.closeComplete();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user