Skip to content

Commit

Permalink
Update DrawerFragment.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Dec 21, 2024
1 parent 60974ee commit e9b254d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ public WindowInsetsCompat onApplyWindowInsets(View view, WindowInsetsCompat wind
);
}

@Override
public void onResume() {
super.onResume();
setInsets(((NavigationView)drawerLayout.findViewById(R.id.menu)));
}

@Override
public void onDetach() {
Expand Down

0 comments on commit e9b254d

Please sign in to comment.