Cleanup unnecessary override dump method

Change-Id: Ic2909a4d382362ddec9bcc2c738d13120e792fd8
This commit is contained in:
Hyunyoung Song
2019-04-25 16:07:18 -07:00
parent a310a80c7b
commit 9e7d2acc22
6 changed files with 1 additions and 25 deletions

View File

@@ -50,8 +50,6 @@ import com.android.launcher3.util.FlingBlockCheck;
import com.android.launcher3.util.PendingAnimation;
import com.android.launcher3.util.TouchController;
import java.io.PrintWriter;
/**
* TouchController for handling state changes
*/
@@ -583,7 +581,4 @@ public abstract class AbstractStateChangeTouchController
this.endTime = duration + SystemClock.elapsedRealtime();
}
}
@Override
public void dump(String prefix, PrintWriter writer) { }
}