Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Commit d0d682a

Browse files
committed
Registered the Application subclass in the AndroidManifest.
1 parent 400d48f commit d0d682a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user-auth-ui/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
android:icon="@mipmap/ic_launcher"
88
android:label="@string/app_name"
99
android:supportsRtl="true"
10-
android:theme="@style/AppTheme">
10+
android:theme="@style/AppTheme"
11+
android:name=".MainApplication">
1112
<activity
1213
android:name=".MainActivity"
1314
android:label="@string/app_name"

0 commit comments

Comments
 (0)