mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Add basic logs for tap outside action.
Change-Id: I6288610b9870c3abe88794c53309b1d76dd2780f
This commit is contained in:
@@ -121,4 +121,6 @@ public abstract class AbstractFloatingView extends LinearLayout {
|
||||
public static AbstractFloatingView getTopOpenView(Launcher launcher) {
|
||||
return getOpenView(launcher, TYPE_FOLDER | TYPE_POPUP_CONTAINER_WITH_ARROW);
|
||||
}
|
||||
|
||||
public abstract int getLogContainerType();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user