|
29 | 29 | <activity
|
30 | 30 | android:name=".ui.email.RecoverPasswordActivity"
|
31 | 31 | android:label="@string/title_recover_password_activity"
|
32 |
| - android:exported="false" |
33 |
| - android:theme="@style/FirebaseUI"/> |
| 32 | + android:exported="false"/> |
34 | 33 |
|
35 | 34 | <activity
|
36 | 35 | android:name=".ui.email.RegisterEmailActivity"
|
37 | 36 | android:label="@string/sign_in_default"
|
38 |
| - android:exported="false" |
39 |
| - android:theme="@style/FirebaseUI"/> |
| 37 | + android:exported="false"/> |
40 | 38 |
|
41 | 39 | <activity
|
42 | 40 | android:name=".ui.accountlink.WelcomeBackIdpPrompt"
|
43 | 41 | android:label="@string/title_welcome_back_idp_prompt"
|
44 |
| - android:exported="false" |
45 |
| - android:theme="@style/FirebaseUI"/> |
| 42 | + android:exported="false"/> |
46 | 43 |
|
47 | 44 | <activity
|
48 | 45 | android:name=".ui.accountlink.WelcomeBackPasswordPrompt"
|
49 | 46 | android:label="@string/title_welcome_back_password_prompt"
|
50 |
| - android:exported="false" |
51 |
| - android:theme="@style/FirebaseUI"/> |
| 47 | + android:exported="false"/> |
52 | 48 |
|
53 | 49 | <activity
|
54 | 50 | android:name=".ui.idp.AuthMethodPickerActivity"
|
55 | 51 | android:label="@string/default_toolbar_title"
|
56 |
| - android:exported="false" |
57 |
| - android:theme="@style/FirebaseUI"/> |
| 52 | + android:exported="false"/> |
58 | 53 |
|
59 | 54 | <activity
|
60 | 55 | android:name="com.facebook.FacebookActivity"
|
|
0 commit comments