mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Multitude of launcher behaviour changes.
- Merging widgets and shortcuts in widgets pane - Removing legacy long press menu items (make it go straight to wallpapers) - Removing old option menu (just making it point to wallpapers) - Dropping user to workspace after adding an item (animations to be tweaked) or back to AppsCustomize only on failure/cancel Change-Id: Ia73670ce76f321dc45defb27bb5a828764240ab4
This commit is contained in:
@@ -71,12 +71,6 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
|
||||
|
||||
setCurrentTabByTag(WIDGETS_TAB_TAG);
|
||||
}
|
||||
void selectShortcutsTab() {
|
||||
setContentTypeImmediate(AppsCustomizePagedView.ContentType.Widgets);
|
||||
mAppsCustomizePane.setCurrentPageToShortcuts();
|
||||
|
||||
setCurrentTabByTag(WIDGETS_TAB_TAG);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setup the tab host and create all necessary tabs.
|
||||
|
||||
Reference in New Issue
Block a user