Skip to content

Commit a4a556a

Browse files
SUPERCILEXsamtstern
authored andcommitted
Remove unnecessary theme attributes in AndroidManifest.xml (#496)
1 parent 1d7076e commit a4a556a

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

auth/src/main/AndroidManifest.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,27 @@
2929
<activity
3030
android:name=".ui.email.RecoverPasswordActivity"
3131
android:label="@string/title_recover_password_activity"
32-
android:exported="false"
33-
android:theme="@style/FirebaseUI"/>
32+
android:exported="false"/>
3433

3534
<activity
3635
android:name=".ui.email.RegisterEmailActivity"
3736
android:label="@string/sign_in_default"
38-
android:exported="false"
39-
android:theme="@style/FirebaseUI"/>
37+
android:exported="false"/>
4038

4139
<activity
4240
android:name=".ui.accountlink.WelcomeBackIdpPrompt"
4341
android:label="@string/title_welcome_back_idp_prompt"
44-
android:exported="false"
45-
android:theme="@style/FirebaseUI"/>
42+
android:exported="false"/>
4643

4744
<activity
4845
android:name=".ui.accountlink.WelcomeBackPasswordPrompt"
4946
android:label="@string/title_welcome_back_password_prompt"
50-
android:exported="false"
51-
android:theme="@style/FirebaseUI"/>
47+
android:exported="false"/>
5248

5349
<activity
5450
android:name=".ui.idp.AuthMethodPickerActivity"
5551
android:label="@string/default_toolbar_title"
56-
android:exported="false"
57-
android:theme="@style/FirebaseUI"/>
52+
android:exported="false"/>
5853

5954
<activity
6055
android:name="com.facebook.FacebookActivity"

0 commit comments

Comments
 (0)