Account: mobile landscape + tablet/iPad support (#30442)

This commit is contained in:
Szilard Szaloki
2025-08-05 08:36:28 -06:00
committed by GitHub
parent 0f5f58b7ff
commit 2e0dd08002
5 changed files with 54 additions and 10 deletions
+1 -3
View File
@@ -19,10 +19,8 @@
<activity
android:name="org.chromium.chrome.browser.customtabs.BraveAccountCustomTabActivity"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize|uiMode|navigation"
android:configChanges="keyboardHidden|keyboard|mcc|mnc|screenLayout|smallestScreenSize|uiMode|navigation"
android:theme="@style/BraveAccountTheme"
android:screenOrientation="sensorPortrait"
tools:ignore="LockedOrientationActivity,DiscouragedApi"
android:exported="false"/>
<activity