TF-1798 Fix error message is displayed behind the keyboard on IOS platform only

(cherry picked from commit 615ff21ce96440cb1da47720116efacb5328cc13)
This commit is contained in:
dab246
2023-05-05 18:33:58 +07:00
committed by Dat Vu
parent fa5c4f35d4
commit 9471d5454f
4 changed files with 51 additions and 3 deletions
@@ -2863,4 +2863,10 @@ class AppLocalizations {
'You are about to permanently delete all items in Trash . Do you want to continue?',
name: 'emptyTrashMessageDialog');
}
String get cannotSelectThisImage {
return Intl.message(
'Cannot select this image.',
name: 'cannotSelectThisImage');
}
}