Skip to content

Commit

Permalink
fix #29
Browse files Browse the repository at this point in the history
  • Loading branch information
rhjdvsgsgks authored and yujincheng08 committed Nov 13, 2020
1 parent fd85566 commit a1ae576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/me/iacn/biliroaming/XposedInit.kt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class XposedInit : IXposedHookLoadPackage, IXposedHookZygoteInit {
}
lpparam.processName.endsWith(":download") -> {
BiliBiliPackage(lpparam.classLoader, param.args[0] as Context)
startHook(BangumiPlayUrlHook(lpparam.classLoader))
}
}
}
Expand Down Expand Up @@ -139,4 +140,4 @@ class XposedInit : IXposedHookLoadPackage, IXposedHookZygoteInit {
return Resources(assetManager, null, null)
}
}
}
}

0 comments on commit a1ae576

Please sign in to comment.