Skip to content

Commit

Permalink
ダーク系のテーマの際のline設定画面のダーク化
Browse files Browse the repository at this point in the history
  • Loading branch information
areteruhiro committed Nov 29, 2024
1 parent 54d531c commit 3b2ae6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/io/github/hiro/lime/hooks/NaviColor.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ private void checkAndChangeBackgroundColor(View view) {
//XposedBridge.log("Unknown background type for Resource Name: " + resourceName + ", Class Name: " + background.getClass().getName());
}
} else {
XposedBridge.log("Background is null for Resource Name: " + resourceName);
// XposedBridge.log("Background is null for Resource Name: " + resourceName);
}
} catch (Resources.NotFoundException e) {
XposedBridge.log("Resource name not found for View ID: " + view.getId());
// XposedBridge.log("Resource name not found for View ID: " + view.getId());
}
}

Expand Down

0 comments on commit 3b2ae6a

Please sign in to comment.