Creating default implementation for state lisnter method

> The transition start is used rarely

Change-Id: I0d33f0f6372eb4ef89bfbb66968612693b7c6033
This commit is contained in:
Sunny Goyal
2020-04-23 15:00:04 -07:00
parent 879d3ade68
commit aeec80ddbb
9 changed files with 3 additions and 35 deletions

View File

@@ -175,9 +175,6 @@ public class DragView extends View implements LauncherStateManager.StateListener
mLauncher.getStateManager().removeStateListener(this);
}
@Override
public void onStateTransitionStart(LauncherState toState) { }
@Override
public void onStateTransitionComplete(LauncherState finalState) {
setVisibility((finalState == LauncherState.NORMAL