remove testing change

This commit is contained in:
caneleex 2021-04-28 22:40:39 +02:00
parent ad7bdf0fb8
commit 23182e928e

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;