fix: Reset fallback sharing state

This commit is contained in:
Janez T
2026-04-07 14:04:45 +02:00
parent e5514b4ef9
commit 44a668df93
64 changed files with 12741 additions and 8677 deletions

View File

@@ -170,7 +170,7 @@ class UpdateDialog extends StatelessWidget {
if (context.mounted) {
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text('Error opening download: $e'),
content: Text(AppLocalizations.of(context)!.errorOpeningDownload(e.toString())),
backgroundColor: Colors.red,
),
);