fix arabic language

merge-update-with-lab-changes
Elham Rababh 4 years ago
parent f623828d78
commit 3e667d6b87

@ -75,7 +75,7 @@ class _SearchProductsPageState extends State<SearchProductsPage> {
if (value.isEmpty) {
TranslationBase.of(context)
.pleaseEnterProductName;
} else if (isRTL(value))) {
} else if (isRTL(value)) {
AppToast.showErrorToast(
message: TranslationBase.of(context)
.noArabicLetters);

Loading…
Cancel
Save