TF-1581 Update UI to support language RTL

This commit is contained in:
dab246
2023-03-10 13:05:00 +07:00
committed by Dat Vu
parent 42bde0e415
commit 9af4924b9a
44 changed files with 821 additions and 392 deletions
@@ -174,7 +174,6 @@ class ContactController extends BaseController {
FocusScope.of(context).unfocus();
if (BuildUtils.isWeb) {
_disposeWidget();
onSelectedContactCallback?.call(emailAddress);
} else {
popBack(result: emailAddress);
@@ -186,7 +185,6 @@ class ContactController extends BaseController {
FocusScope.of(context).unfocus();
if (BuildUtils.isWeb) {
_disposeWidget();
onDismissContactView?.call();
} else {
popBack();