Skip to content

Commit

Permalink
Update GameActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Dec 21, 2024
1 parent 89eb84f commit 5b05b8f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ protected void onResume() {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O_MR1) {
getTheme().applyStyle(R.style.GameActivityNavigationBar, true);
}
if (drawerFragment != null) {
drawerFragment.refresh();
}
registerSensors();
}

Expand Down

0 comments on commit 5b05b8f

Please sign in to comment.