mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Creating default implementation for state lisnter method
> The transition start is used rarely Change-Id: I0d33f0f6372eb4ef89bfbb66968612693b7c6033
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user