Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 6b26124

Browse files
committed
Add missing doNavigate()
1 parent 9cb2bfa commit 6b26124

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Corona-Warn-App/src/main/java/de/rki/coronawarnapp/familytest/ui/consent/FamilyTestConsentFragment.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ class FamilyTestConsentFragment : Fragment(R.layout.fragment_family_test_consent
6666
is FamilyTestConsentNavigationEvents.NavigateClose -> {
6767
binding.root.hideKeyboard()
6868
if (navArgs.comesFromDispatcherFragment) {
69-
FamilyTestConsentFragmentDirections
70-
.actionGlobalMainFragment()
69+
doNavigate(FamilyTestConsentFragmentDirections.actionGlobalMainFragment())
7170
} else popBackStack()
7271
}
7372
is FamilyTestConsentNavigationEvents.NavigateToDataPrivacy -> doNavigate(

0 commit comments

Comments
 (0)