Skip to content

Commit

Permalink
fix: CustomSplash on 8.8.98
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Jul 2, 2022
1 parent c9cba4a commit c1c2cd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/rymmmmm/hook/CustomSplash.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public boolean initOnce() throws Exception {
HookUtils.hookBeforeIfEnabled(this, open, 53, param -> {
String fileName = (String) param.args[0];
if ("splash.jpg".equals(fileName)
|| "splash.png".equals(fileName)
|| "splash_big.jpg".equals(fileName)
|| "splash/splash_simple.png".equals(fileName)
|| "splash/splash_big_simple.png".equals(fileName)) {
Expand Down

0 comments on commit c1c2cd5

Please sign in to comment.