Merge "Promise icons don't support popup" into ub-launcher3-dorval-polish
This commit is contained in:
committed by
Android (Google) Code Review
commit
8d14e49709
@@ -65,8 +65,10 @@ public class DeepShortcutManager {
|
||||
}
|
||||
|
||||
public static boolean supportsShortcuts(ItemInfo info) {
|
||||
boolean isItemPromise = info instanceof com.android.launcher3.ShortcutInfo
|
||||
&& ((com.android.launcher3.ShortcutInfo) info).isPromise();
|
||||
return info.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION
|
||||
&& !info.isDisabled();
|
||||
&& !info.isDisabled() && !isItemPromise;
|
||||
}
|
||||
|
||||
public boolean wasLastCallSuccess() {
|
||||
|
||||
Reference in New Issue
Block a user