Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f941f849 authored by Tony's avatar Tony
Browse files

Add some floating views that should hide back button

Change-Id: I5c8b7803d2ab8347d11786d84128f6f431b4cbfc
parent d849ef08
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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.
    // 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
    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;
    public static final int TYPE_ACCESSIBLE = TYPE_ALL & ~TYPE_DISCOVERY_BOUNCE & ~TYPE_LISTENER;