Skip to content

Commit e999c90

Browse files
committed
feat: Add sharing unavailable message
- Added snackbar message - Improved user experience
1 parent d9e672b commit e999c90

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,5 +783,9 @@
783783
"shareActionTooltip": "مشاركة العنوان",
784784
"@shareActionTooltip": {
785785
"description": "Tooltip for the share button on the headline details page"
786+
},
787+
"sharingUnavailableSnackbar": "المشاركة غير متاحة على هذا الجهاز أو المنصة.",
788+
"@sharingUnavailableSnackbar": {
789+
"description": "Snackbar message shown when sharing is unavailable"
786790
}
787791
}

lib/l10n/arb/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,5 +783,9 @@
783783
"shareActionTooltip": "Share headline",
784784
"@shareActionTooltip": {
785785
"description": "Tooltip for the share button on the headline details page"
786+
},
787+
"sharingUnavailableSnackbar": "Sharing is not available on this device or platform.",
788+
"@sharingUnavailableSnackbar": {
789+
"description": "Snackbar message shown when sharing is unavailable"
786790
}
787791
}

0 commit comments

Comments
 (0)