TF-1798 Fix error message is displayed behind the keyboard on IOS platform only
(cherry picked from commit 615ff21ce96440cb1da47720116efacb5328cc13)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user