mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-07 02:25:49 +01:00
setMillisecondMethod replaceable with patcher
This commit is contained in:
parent
6a0985ac7e
commit
e266f5a6e7
@ -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()));
|
Log.i(TAG, String.format("onCreate called with object %s on thread %s", o.toString(), Thread.currentThread().toString()));
|
||||||
|
|
||||||
try {
|
try {
|
||||||
setMillisecondMethod = o.getClass().getMethod("a", Long.TYPE);
|
setMillisecondMethod = o.getClass().getMethod("replaceMeWithsetMillisecondMethod", Long.TYPE);
|
||||||
setMillisecondMethod.setAccessible(true);
|
setMillisecondMethod.setAccessible(true);
|
||||||
|
|
||||||
lastKnownVideoTime = 0;
|
lastKnownVideoTime = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user