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

This reverts commit 55d07f23e8.
This commit is contained in:
NMerz 2020-10-09 01:40:48 -04:00
parent 491e32b07f
commit 0151fa7db2

View File

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