From bbc7c2502d785415117b903325c94079a533d193 Mon Sep 17 00:00:00 2001 From: Ionut Cristian Bedregeanu Date: Mon, 11 Jul 2022 12:10:58 +0300 Subject: [PATCH] For #12470 - Set autoMirrored to true for mozac_ic_arrowhead_right Set autoMirrored to true for mozac_ic_arrowhead_right to fix rtl issues --- .../icons/src/main/res/drawable/mozac_ic_arrowhead_right.xml | 3 ++- docs/changelog.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components/ui/icons/src/main/res/drawable/mozac_ic_arrowhead_right.xml b/components/ui/icons/src/main/res/drawable/mozac_ic_arrowhead_right.xml index ee578f0455f..c107ddefe12 100644 --- a/components/ui/icons/src/main/res/drawable/mozac_ic_arrowhead_right.xml +++ b/components/ui/icons/src/main/res/drawable/mozac_ic_arrowhead_right.xml @@ -6,7 +6,8 @@ android:width="24dp" android:height="24dp" android:viewportWidth="24" - android:viewportHeight="24"> + android:viewportHeight="24" + android:autoMirrored="true"> diff --git a/docs/changelog.md b/docs/changelog.md index 734751d2924..e5b4c921402 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,6 +11,9 @@ permalink: /changelog/ * [Gecko](https://github.com/mozilla-mobile/android-components/blob/main/buildSrc/src/main/java/Gecko.kt) * [Configuration](https://github.com/mozilla-mobile/android-components/blob/main/.config.yml) +* **feature-recentlyclosed** + * 🚒 Bug fixed [issue #12470](https://github.com/mozilla-mobile/android-components/issues/12470) - Set autoMirrored to true to fix RTL issues + * **browser-awesomebar**: * 🚒 Bug fixed [issue #12469](https://github.com/mozilla-mobile/android-components/issues/12469) Cancel previous queries before new suggestions requests.