mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Hide taskbar when certain floating views are open
Test: Open widgets, ensure taskbar hides Bug: 171917176 Change-Id: Ib78182fe0ca1ea5ffbd28ab42f49ab8f0e535a18
This commit is contained in:
@@ -101,6 +101,10 @@ public abstract class AbstractFloatingView extends LinearLayout implements Touch
|
||||
// When these types of floating views are open, hide the taskbar hotseat and show the real one.
|
||||
public static final int TYPE_REPLACE_TASKBAR_WITH_HOTSEAT = TYPE_FOLDER | TYPE_ACTION_POPUP;
|
||||
|
||||
// Hide the taskbar when these types of floating views are open.
|
||||
public static final int TYPE_HIDE_TASKBAR = TYPE_WIDGETS_BOTTOM_SHEET | TYPE_WIDGETS_FULL_SHEET
|
||||
| TYPE_ON_BOARD_POPUP;
|
||||
|
||||
public static final int TYPE_ACCESSIBLE = TYPE_ALL & ~TYPE_DISCOVERY_BOUNCE & ~TYPE_LISTENER
|
||||
& ~TYPE_ALL_APPS_EDU;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user