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 e692f59 commit 8ba06a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
}
swapScreens(GlobalConfig.get(GlobalConfig.KEY_CURRENT_DS_LAYOUT));
registerSensors();
setInsets(findViewById(R.id.drawer_container));
setInsets(findViewById(R.id.drawer_fragment));
}

private void setInsets(View drawerLayout) {
Expand Down

0 comments on commit 8ba06a9

Please sign in to comment.