remove testing change

This commit is contained in:
caneleex 2021-04-28 22:40:39 +02:00
parent c382f2a530
commit 2b34f4a4bd
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class PlayerController {
Log.i(TAG, String.format("onCreate called with object %s on thread %s", o.toString(), Thread.currentThread().toString()));
try {
setMillisecondMethod = o.getClass().getMethod("t", Long.TYPE);
setMillisecondMethod = o.getClass().getMethod("replaceMeWithsetMillisecondMethod", Long.TYPE);
setMillisecondMethod.setAccessible(true);
lastKnownVideoTime = 0;