setMillisecondMethod replaceable with patcher
This commit is contained in:
parent
81e5843572
commit
7882e12484
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…
Add table
Add a link
Reference in a new issue