Skip to content
Snippets Groups Projects
Unverified Commit e51a86f9 authored by fynngodau's avatar fynngodau Committed by GitHub
Browse files

Make exposure logging functionality popup not cancelable (COMMUNTIY) (#2868)

parent d0205cf4
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ class TracingExplanationDialog @Inject constructor( ...@@ -26,7 +26,7 @@ class TracingExplanationDialog @Inject constructor(
message = "$infoPeriodLogged\n$infoPeriodLoggedAssessment\n\n$infoFAQ", message = "$infoPeriodLogged\n$infoPeriodLoggedAssessment\n\n$infoFAQ",
positiveButton = context.getString(R.string.errors_generic_button_positive), positiveButton = context.getString(R.string.errors_generic_button_positive),
negativeButton = null, negativeButton = null,
cancelable = null, cancelable = false,
positiveButtonFunction = onPositive, positiveButtonFunction = onPositive,
negativeButtonFunction = {} negativeButtonFunction = {}
) )
......
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