mirror of
https://github.com/YTVanced/Integrations
synced 2024-11-27 13:43:01 +00:00
setMillisecondMethod replaceable with patcher
This commit is contained in:
parent
c3801a8aaa
commit
5990c6f020
1 changed files with 1 additions and 1 deletions
|
@ -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("a", Long.TYPE);
|
||||
setMillisecondMethod = o.getClass().getMethod("replaceMeWithsetMillisecondMethod", Long.TYPE);
|
||||
setMillisecondMethod.setAccessible(true);
|
||||
|
||||
lastKnownVideoTime = 0;
|
||||
|
|
Loading…
Reference in a new issue