Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Dec 14, 2024
1 parent 810cfb9 commit 341c2b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void onNavigationItemReselected(@NonNull MenuItem item) {
} else if (itemId == R.id.search) {
navController.navigate(R.id.searchFragment);
} else if (itemId == R.id.settings) {
navController.navigate(R.id.homeSettingsFragment);
navController.navigate(R.id.settingsFragment);
}
}
});
Expand Down

0 comments on commit 341c2b2

Please sign in to comment.