mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Changing min sdk to 25
Change-Id: I0d28069967854357ca755bf25dec19d4979bdecf
This commit is contained in:
@@ -174,8 +174,7 @@ public abstract class BaseDraggingActivity extends BaseActivity
|
||||
intent.setSourceBounds(getViewBounds(v));
|
||||
}
|
||||
try {
|
||||
boolean isShortcut = Utilities.ATLEAST_MARSHMALLOW
|
||||
&& (item instanceof ShortcutInfo)
|
||||
boolean isShortcut = (item instanceof ShortcutInfo)
|
||||
&& (item.itemType == Favorites.ITEM_TYPE_SHORTCUT
|
||||
|| item.itemType == Favorites.ITEM_TYPE_DEEP_SHORTCUT)
|
||||
&& !((ShortcutInfo) item).isPromise();
|
||||
|
||||
Reference in New Issue
Block a user