Skip to content
Snippets Groups Projects
Unverified Commit e8382c9e authored by Chilja Gossow's avatar Chilja Gossow Committed by GitHub
Browse files

Remove navigation to home screen from dialog on warn others screen (EXPOSUREAPP-4164) #1842

parent aeee10c0
No related branches found
Tags v1.9.0-RC4
No related merge requests found
......@@ -43,10 +43,7 @@ class SubmissionResultPositiveOtherWarningNoConsentViewModel @AssistedInject con
}
override fun onPermissionDeclined() {
routeToScreen.postValue(
SubmissionResultPositiveOtherWarningNoConsentFragmentDirections
.actionSubmissionResultPositiveOtherWarningNoConsentFragmentToMainFragment()
)
// stay on screen
}
override fun onError(error: Throwable) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment