Merge "Add some floating views that should hide back button" into ub-launcher3-qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-13 17:19:33 +00:00
committed by Android (Google) Code Review
@@ -90,7 +90,7 @@ public abstract class AbstractFloatingView extends LinearLayout implements Touch
// Usually we show the back button when a floating view is open. Instead, hide for these types.
public static final int TYPE_HIDE_BACK_BUTTON = TYPE_ON_BOARD_POPUP | TYPE_DISCOVERY_BOUNCE
| TYPE_SNACKBAR;
| TYPE_SNACKBAR | TYPE_WIDGET_RESIZE_FRAME | TYPE_LISTENER;
public static final int TYPE_ACCESSIBLE = TYPE_ALL & ~TYPE_DISCOVERY_BOUNCE & ~TYPE_LISTENER;