mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
fix(error): Let the error dialog dismiss instead of only acknowledging
LocalizedError can now carry a fix action, and the shared error dialog shows it next to a Dismiss button when one is present; errors without a fix keep today's OK-only shape. The Google Play billing-unavailable error uses it to open Play's app info as a generic troubleshooting affordance.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<string name="general_donate_action">Donate</string>
|
||||
<string name="general_check_action">Check</string>
|
||||
<string name="general_close_action">Close</string>
|
||||
<string name="general_dismiss_action">Dismiss</string>
|
||||
<string name="general_edit_action">Edit</string>
|
||||
<string name="general_save_action">Save</string>
|
||||
<string name="general_guide_action">Guide</string>
|
||||
|
||||
Reference in New Issue
Block a user