Skip to content

Commit

Permalink
fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
Logomann committed Aug 18, 2024
1 parent e2e4cc2 commit 810af04
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ class FilterCountryFragment : Fragment() {

private fun onItemClicked(country: Country) {
setFragmentResult(
COUNTRY_REQUEST_KEY, bundleOf(COUNTRY_NAME_KEY to country.name, COUNTRY_ID_KEY to country.id)
COUNTRY_REQUEST_KEY,
bundleOf(COUNTRY_NAME_KEY to country.name, COUNTRY_ID_KEY to country.id)
)
findNavController().navigateUp()
}
Expand Down

0 comments on commit 810af04

Please sign in to comment.