Skip to content

Commit e59e772

Browse files
committed
chore: Use login theme in accounts settings activity
1 parent e1f28d3 commit e59e772

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

play-services-core/src/main/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
android:exported="false"
471471
android:process=":ui"
472472
android:taskAffinity="org.microg.gms.settings"
473-
android:theme="@style/AppTheme">
473+
android:theme="@style/AppTheme.Login">
474474
<intent-filter>
475475
<action android:name="com.google.android.gms.accountsettings.MY_ACCOUNT" />
476476
<action android:name="com.google.android.gms.accountsettings.ACCOUNT_PREFERENCES_SETTINGS" />
@@ -487,7 +487,8 @@
487487
android:exported="true"
488488
android:process=":ui"
489489
android:targetActivity="org.microg.gms.ui.AccountManagerActivity"
490-
android:taskAffinity="org.microg.gms.settings">
490+
android:taskAffinity="org.microg.gms.settings"
491+
android:theme="@style/AppTheme.Login">
491492
<intent-filter tools:ignore="AppLinkUrlError">
492493
<action android:name="com.google.android.gms.accountsettings.action.VIEW_SETTINGS" />
493494
<action android:name="${basePackageName}.android.gms.accountsettings.action.VIEW_SETTINGS" />

0 commit comments

Comments
 (0)