Can now display splashscreen when first entering the app v.2

This commit is contained in:
Aaron Sun 2020-10-08 22:37:14 -07:00
parent 61d7c88e1a
commit 55d07f23e8

View File

@ -40,6 +40,7 @@
<activity android:name="com.example.listify.ui.LoginPage" />
<activity android:name="com.example.listify.ui.ForgotPasswordPage" />
<activity android:name="com.example.listify.ListPage" />
<activity android:name="com.example.listify.SplashActivity" />
</application>
</manifest>