mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Replacing AllApps/Customize in tablet UI with Apps/Customize.
Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
This commit is contained in:
@@ -86,7 +86,7 @@ public class DeleteDropTarget extends IconDropTarget {
|
||||
boolean isVisible = true;
|
||||
boolean isUninstall = false;
|
||||
|
||||
// If we are dragging a widget from AppsCustomize , hide the delete target
|
||||
// If we are dragging a widget from AppsCustomize, hide the delete target
|
||||
if (isAllAppsWidget(source, info)) {
|
||||
isVisible = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user