mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Good riddance UserEventDispatcher [1/n]
Bug: 165675920 Change-Id: I237ed4243e1724b3c370c5660673bb3966bf4811
This commit is contained in:
@@ -536,11 +536,6 @@ public class AppWidgetResizeFrame extends AbstractFloatingView implements View.O
|
||||
mDragLayer.removeView(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void logActionCommand(int command) {
|
||||
// TODO: Log this case.
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isOfType(int type) {
|
||||
return (type & TYPE_WIDGET_RESIZE_FRAME) != 0;
|
||||
|
||||
Reference in New Issue
Block a user