mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Tweaking styles for AllApps and widgets spaces. (Bug 10843502)
- Fixing various issues with Search bar showing when it shouldn't be. Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831
This commit is contained in:
@@ -499,13 +499,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
|
||||
if (mPressedIcon != null) {
|
||||
mPressedIcon.lockDrawableState();
|
||||
}
|
||||
|
||||
// NOTE: We want all transitions from launcher to act as if the wallpaper were enabled
|
||||
// to be consistent. So re-enable the flag here, and we will re-disable it as necessary
|
||||
// when Launcher resumes and we are still in AllApps.
|
||||
mLauncher.updateWallpaperVisibility(true);
|
||||
mLauncher.startActivitySafely(v, appInfo.intent, appInfo);
|
||||
|
||||
} else if (v instanceof PagedViewWidget) {
|
||||
// Let the user know that they have to long press to add a widget
|
||||
if (mWidgetInstructionToast != null) {
|
||||
|
||||
Reference in New Issue
Block a user