Skip to content

Commit

Permalink
Revert merged disable dark mode changes
Browse files Browse the repository at this point in the history
Signed-off-by: James Chien <shc261392@gmail.com>
  • Loading branch information
shc261392 committed Aug 24, 2021
1 parent 68ba8a9 commit fc4e3a8
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -36,8 +36,7 @@ void setDarkMode() {
@Override
public void onResume() {
super.onResume();
// Disabled for Android dark mode display issue
// setDarkMode();
setDarkMode();
}

@Override
Expand Down

0 comments on commit fc4e3a8

Please sign in to comment.