Skip to content

Commit

Permalink
feat: MiniAppDirectJump supports user self-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunflash committed Dec 7, 2024
1 parent 38c3113 commit 5f20694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/top/xunflash/hook/MiniAppDirectJump.kt
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ object MiniAppDirectJump : CommonConfigFunctionHook(targets = arrayOf(CArkAppIte
continue
}
}
//if (foundValidApp) break
if (foundValidApp) break
} catch (e: Exception) {
continue
}
Expand Down

0 comments on commit 5f20694

Please sign in to comment.