Skip to content

Commit

Permalink
Update Archived.java
Browse files Browse the repository at this point in the history
  • Loading branch information
areteruhiro authored Oct 14, 2024
1 parent d2574fb commit d49e985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected void afterHookedMethod(MethodHookParam param) throws Throwable {
if (appContext == null) {
return;
}
Context moduleContext = appContext;
Context moduleContext = appContext;

File dbFile = appContext.getDatabasePath("naver_line");

Expand Down

0 comments on commit d49e985

Please sign in to comment.