mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 12:44:34 +01:00
Provide retry UX for tier restore network failures.
This commit is contained in:
committed by
Greyson Parrelli
parent
9b527f7c6c
commit
eb44dd4318
@@ -388,9 +388,9 @@ private fun AdvancedAlertDialogPreview() {
|
||||
AdvancedAlertDialog(
|
||||
title = "Title text",
|
||||
body = "Body message text.",
|
||||
positive = "Continue",
|
||||
neutral = "Learn more",
|
||||
negative = "Not now",
|
||||
positive = "Positive",
|
||||
neutral = "Neutral",
|
||||
negative = "Negative",
|
||||
onPositive = {},
|
||||
onNegative = {},
|
||||
onNeutral = {}
|
||||
|
||||
Reference in New Issue
Block a user