mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Inlining BaseQuickstepLauncher to QuickstepLauncher
Bug: 243022799 Test: Presubmit Change-Id: I3706fc1f10d88ea73bd873c7e94c3e78795791eb
This commit is contained in:
@@ -35,7 +35,6 @@ import android.util.Pair;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
|
||||
import com.android.launcher3.BaseQuickstepLauncher;
|
||||
import com.android.launcher3.LauncherState;
|
||||
import com.android.launcher3.anim.AnimatorListeners;
|
||||
import com.android.launcher3.anim.PendingAnimation;
|
||||
@@ -55,7 +54,7 @@ import com.android.quickstep.views.RecentsView;
|
||||
public final class RecentsViewStateController extends
|
||||
BaseRecentsViewStateController<LauncherRecentsView> {
|
||||
|
||||
public RecentsViewStateController(BaseQuickstepLauncher launcher) {
|
||||
public RecentsViewStateController(QuickstepLauncher launcher) {
|
||||
super(launcher);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user