Remove unused variable.
Remove an unused variable from FallbackActivityControllerHelper. Test: Build NexusLauncher, l3GoIconRecents Change-Id: I77b5ae40b9e6aee47f23e6c3b4f718e744987200
This commit is contained in:
+1
-5
@@ -50,11 +50,7 @@ import androidx.annotation.Nullable;
|
||||
public final class FallbackActivityControllerHelper implements
|
||||
ActivityControlHelper<RecentsActivity> {
|
||||
|
||||
private final ComponentName mHomeComponent;
|
||||
|
||||
public FallbackActivityControllerHelper(ComponentName homeComponent) {
|
||||
mHomeComponent = homeComponent;
|
||||
}
|
||||
public FallbackActivityControllerHelper() { }
|
||||
|
||||
@Override
|
||||
public void onTransitionCancelled(RecentsActivity activity, boolean activityVisible) {
|
||||
|
||||
Reference in New Issue
Block a user