Skip to content

Commit

Permalink
Fix dark theme after enable dynamic color (LSPosed#2270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 authored Dec 4, 2022
1 parent 99cb466 commit 16fb34b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ public class BaseActivity extends MaterialActivity {
@Override
public void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
if (ThemeUtil.isSystemAccent()) {
DynamicColors.applyToActivityIfAvailable(this);
}
// make sure the versions are consistent
if (BuildConfig.DEBUG) return;
if (!ConfigManager.isBinderAlive()) return;
Expand Down

0 comments on commit 16fb34b

Please sign in to comment.