Skip to content

Commit

Permalink
Fix navigation from beacon list on tools
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Nov 11, 2023
1 parent 16070a8 commit a79045d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,7 @@ class BeaconListFragment : BoundFragment<FragmentBeaconListBinding>() {
private fun navigate(beacon: Beacon) {
val navigator = Navigator.getInstance(requireContext())
navigator.navigateTo(beacon)
// TODO: Confirm it is always navigate up that gets there
navController.navigateUp()
navController.navigate(R.id.action_navigation)
}

private fun delete(beacon: Beacon) {
Expand Down

0 comments on commit a79045d

Please sign in to comment.