Skip to content

Commit

Permalink
fix WindowProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Jan 15, 2025
1 parent 60c5047 commit 4df0d81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public void windowCreated(TiBaseActivity activity, Bundle savedInstanceState)
win.setStatusBarColor(colorInt);
}

if (hasProperty(TiC.PROPERTY_UI_FLAGS)) {
if (hasProperty(TiC.PROPERTY_UI_FLAGS)) {
win.getDecorView().setSystemUiVisibility(TiConvert.toInt(getProperty(TiC.PROPERTY_UI_FLAGS)));
}

Expand Down

0 comments on commit 4df0d81

Please sign in to comment.