From 921f9618122ac70fca804a8b496561c01381ca7c Mon Sep 17 00:00:00 2001 From: Jarvis Lin Date: Wed, 17 Jan 2024 14:40:33 +0800 Subject: [PATCH 1/2] Add a arrow icon for handling the UI of RTL --- .../drawable-ldrtl/ic_arrow_right_white_24dp.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 WordPress/src/main/res/drawable-ldrtl/ic_arrow_right_white_24dp.xml diff --git a/WordPress/src/main/res/drawable-ldrtl/ic_arrow_right_white_24dp.xml b/WordPress/src/main/res/drawable-ldrtl/ic_arrow_right_white_24dp.xml new file mode 100644 index 000000000000..393d26d0cfda --- /dev/null +++ b/WordPress/src/main/res/drawable-ldrtl/ic_arrow_right_white_24dp.xml @@ -0,0 +1,13 @@ + + + + + + From 94e31de9e47aa242d9f09d412b940fb2af721398 Mon Sep 17 00:00:00 2001 From: Jarvis Lin Date: Fri, 19 Jan 2024 09:23:33 +0800 Subject: [PATCH 2/2] Add the release note --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index f6f1d32fdb90..2b3280899ac5 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -8,6 +8,7 @@ * [**] Block Editor: Media uploads that failed due to lack of internet connectivity automatically retry once a connection is re-established [https://github.com/wordpress-mobile/WordPress-Android/pull/19803] * [*] [Jetpack-only] Added opening domain management from the Site Domain screen by tapping on the domain cards [https://github.com/wordpress-mobile/WordPress-Android/pull/19910] * [*] [Jetpack-only] Fix Prompt response posts not having one of the `dailyprompt` tags [https://github.com/wordpress-mobile/WordPress-Android/pull/19971] +* [*] Reader: Fix the issue with icons displaying incorrectly in RTL languages. [https://github.com/wordpress-mobile/WordPress-Android/pull/19962] 24.0 -----