mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Make drag handle visible in overview landscape mode.
Bug: 77552542 Change-Id: Ia05662f83dc865b7a1a134e225373a804d26fc3e
This commit is contained in:
@@ -110,7 +110,7 @@ public class OverviewState extends LauncherState {
|
||||
@Override
|
||||
public int getVisibleElements(Launcher launcher) {
|
||||
if (launcher.getDeviceProfile().isVerticalBarLayout()) {
|
||||
return NONE;
|
||||
return DRAG_HANDLE_INDICATOR;
|
||||
} else {
|
||||
return HOTSEAT_SEARCH_BOX | DRAG_HANDLE_INDICATOR |
|
||||
(launcher.getAppsView().getFloatingHeaderView().hasVisibleContent()
|
||||
|
||||
Reference in New Issue
Block a user