Provide retry UX for tier restore network failures.

This commit is contained in:
Cody Henthorne
2025-03-31 11:30:49 -04:00
committed by Greyson Parrelli
parent 9b527f7c6c
commit eb44dd4318
11 changed files with 363 additions and 36 deletions

View File

@@ -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 = {}