Skip to content

Commit

Permalink
fix: E2EI required dialog cancelable
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow committed Jul 26, 2023
1 parent 5e1959d commit 3a128ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/src/main/kotlin/com/wire/android/ui/home/HomeDialogs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,7 @@ fun E2EIdRequiredWithSnoozeDialog(
type = WireDialogButtonType.Secondary,
),
buttonsHorizontalAlignment = false,
properties = DialogProperties(
usePlatformDefaultWidth = false,
dismissOnBackPress = false,
dismissOnClickOutside = false
)
properties = DialogProperties(usePlatformDefaultWidth = false)
)
}

Expand Down

0 comments on commit 3a128ee

Please sign in to comment.