Skip to content

Commit

Permalink
more smoother experience
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jan 26, 2024
1 parent ca1c42c commit 9ca63cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
return false;
}

manager.beginTransaction().replace(R.id.fragment_container, fragment).commitNow();
manager.beginTransaction().replace(R.id.fragment_container, fragment).commit();
return true;
}
}
}

0 comments on commit 9ca63cc

Please sign in to comment.