TF-1958 Fix "To" and "Cc" fields are not displayed in the single line on RTL mode
(cherry picked from commit c48dff29e37a0d9562b1ba7ce744d57cdae5ebaf)
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ class ChangeLanguageButtonWidget extends StatelessWidget {
|
||||
),
|
||||
color: AppColor.colorItemSelected,
|
||||
),
|
||||
padding: const EdgeInsets.only(left: 12, right: 10),
|
||||
padding: const EdgeInsetsDirectional.only(start: 12, end: 10),
|
||||
child: Row(children: [
|
||||
Expanded(child: Text(
|
||||
_controller.languageSelected.value.getLanguageNameByCurrentLocale(context),
|
||||
|
||||
Reference in New Issue
Block a user