mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Creating default implementation for state lisnter method
> The transition start is used rarely Change-Id: I0d33f0f6372eb4ef89bfbb66968612693b7c6033
This commit is contained in:
@@ -188,11 +188,6 @@ public class WorkEduView extends AbstractSlideInView implements Insettable {
|
||||
}
|
||||
|
||||
LauncherStateManager.StateListener listener = new LauncherStateManager.StateListener() {
|
||||
@Override
|
||||
public void onStateTransitionStart(LauncherState toState) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onStateTransitionComplete(LauncherState finalState) {
|
||||
if (finalState != LauncherState.ALL_APPS) return;
|
||||
|
||||
Reference in New Issue
Block a user