mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Avoid closing dialog during learn more sync failure.
This commit is contained in:
committed by
Greyson Parrelli
parent
47ce28a721
commit
e5c9519076
@@ -212,10 +212,7 @@ class LinkDeviceFragment : ComposeFragment() {
|
||||
onDeviceRemovalConfirmed = { device -> viewModel.removeDevice(device) },
|
||||
onSyncFailureRetryRequested = { viewModel.onSyncErrorRetryRequested() },
|
||||
onSyncFailureIgnored = { viewModel.onSyncErrorIgnored() },
|
||||
onSyncFailureLearnMore = {
|
||||
viewModel.onSyncErrorIgnored()
|
||||
CommunicationActions.openBrowserLink(requireContext(), requireContext().getString(R.string.LinkDeviceFragment__learn_more_url))
|
||||
},
|
||||
onSyncFailureLearnMore = { CommunicationActions.openBrowserLink(requireContext(), requireContext().getString(R.string.LinkDeviceFragment__learn_more_url)) },
|
||||
onSyncFailureContactSupport = { viewModel.onSyncErrorContactSupport() },
|
||||
onSyncCancelled = { viewModel.onSyncCancelled() },
|
||||
onEditDevice = { device ->
|
||||
|
||||
Reference in New Issue
Block a user