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 132711b commit e692f59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
setInsets(findViewById(R.id.drawer_container));
}

private void setInsets(@NonNull View drawerLayout) {
private void setInsets(View drawerLayout) {
ViewCompat.setOnApplyWindowInsetsListener(
drawerLayout,
new androidx.core.view.OnApplyWindowInsetsListener() {
Expand Down

0 comments on commit e692f59

Please sign in to comment.