From ece4b71a09b49dbe264828e4e5a129dfef791cec Mon Sep 17 00:00:00 2001 From: Ovi Trif Date: Thu, 24 Nov 2022 17:12:47 +0100 Subject: [PATCH 1/2] Fix l10n of QR Code auth flow --- .../org/wordpress/android/ui/qrcodeauth/QRCodeAuthActivity.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WordPress/src/main/java/org/wordpress/android/ui/qrcodeauth/QRCodeAuthActivity.kt b/WordPress/src/main/java/org/wordpress/android/ui/qrcodeauth/QRCodeAuthActivity.kt index 08a7e310e80b..11b63c0223b6 100644 --- a/WordPress/src/main/java/org/wordpress/android/ui/qrcodeauth/QRCodeAuthActivity.kt +++ b/WordPress/src/main/java/org/wordpress/android/ui/qrcodeauth/QRCodeAuthActivity.kt @@ -3,12 +3,12 @@ package org.wordpress.android.ui.qrcodeauth import android.content.Context import android.content.Intent import android.os.Bundle -import androidx.appcompat.app.AppCompatActivity import dagger.hilt.android.AndroidEntryPoint import org.wordpress.android.databinding.QrcodeauthActivityBinding +import org.wordpress.android.ui.LocaleAwareActivity @AndroidEntryPoint -class QRCodeAuthActivity : AppCompatActivity() { +class QRCodeAuthActivity : LocaleAwareActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) From abbec6c854b2a69a4055d08967d511056ccee48a Mon Sep 17 00:00:00 2001 From: Ovi Trif Date: Thu, 24 Nov 2022 17:26:44 +0100 Subject: [PATCH 2/2] Add release note for PR 17533 --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 4fc4d66319a6..022dde5dee3d 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -2,6 +2,7 @@ 21.3 ----- +* [*] [Jetpack-only] The the QR code scanning flow screens are now translated in the app language. [https://github.com/wordpress-mobile/WordPress-Android/pull/17533] * [*] Disable local notifications with Notification Settings switch. [https://github.com/wordpress-mobile/WordPress-Android/pull/17496] * [*] [Jetpack-only] Comments: fix a crash in My Site > Comments with Jetpack standalone plugins. [https://github.com/wordpress-mobile/WordPress-Android/pull/17456] * [*] [internal] Fix an issue preventing the text and button on the 'WordPress is Better with Jetpack' overlay to be entirely visible with big fonts. [https://github.com/wordpress-mobile/WordPress-Android/pull/17503]