Skip to content

Commit

Permalink
fix merge conflict mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Dec 20, 2024
1 parent 1dbf49c commit b5204f5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ public StatusBar(AppCompatActivity activity, StatusBarConfig config, ChangeListe
this.activity = activity;
this.currentStatusBarColor = activity.getWindow().getStatusBarColor();
this.listener = listener;
this.defaultStyle = getStyle();

setBackgroundColor(config.getBackgroundColor());
setStyle(config.getStyle());
setOverlaysWebView(config.isOverlaysWebView());
Expand Down

0 comments on commit b5204f5

Please sign in to comment.