Skip to content

Commit

Permalink
chore: remove outdated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Oct 19, 2024
1 parent 6b839d9 commit 2e6bb9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/io/github/qauxv/core/MainHook.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ public void performHook(@NonNull Context ctx, @Nullable Object step) {
if (HostInfo.isQQHD()) {
initForQQHDBasePadActivityMitigation();
}
if (isWindowsSubsystemForAndroid()) {
Log.w("WSA detected, aggressive resource injection is required to prevent ResourceNotFound crash.");
// TODO: 2023-1-20 implement aggressive resource injection
}
boolean safeMode = SafeModeManager.getManager().isEnabledForNextTime();
SafeModeManager.getManager().setSafeModeForThisTime(safeMode);
if (safeMode) {
Expand Down

0 comments on commit 2e6bb9a

Please sign in to comment.