File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
yukihookapi-core/src/main/java/com/highcapable/yukihookapi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -460,13 +460,13 @@ object YukiHookAPI {
460460 */
461461 fun encase (baseContext : Context ? , vararg hooker : YukiBaseHooker ) {
462462 isLoadedFromBaseContext = true
463- if (HookApiCategoryHelper .hasAvailableHookApi)
463+ if (HookApiCategoryHelper .hasAvailableHookApi) {
464464 if (baseContext != null )
465465 if (hooker.isNotEmpty()) {
466466 printSplashInfo()
467467 hooker.forEach { it.assignInstance(packageParam = baseContext.createPackageParam()) }
468468 } else YLog .innerE(" Failed to passing \" encase\" method because your hooker param is empty" , isImplicit = true )
469- else printNotFoundHookApiError()
469+ } else printNotFoundHookApiError()
470470 }
471471
472472 /* * 输出欢迎信息调试日志 */
You can’t perform that action at this time.
0 commit comments