Skip to content

Commit

Permalink
fix typo in isDarkMode function's comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
HChenX committed Jan 21, 2025
1 parent 13c82d7 commit 2bf0d48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public static boolean isMiuiInternational() {
}

/**
* 是否是神色模式
* 是否是深色模式
*/
public static boolean isDarkMode(Resources resources) {
return (resources.getConfiguration().uiMode & Configuration.UI_MODE_NIGHT_MASK) == Configuration.UI_MODE_NIGHT_YES;
Expand Down

0 comments on commit 2bf0d48

Please sign in to comment.