diff --git a/SplashScreen.java b/SplashScreen.java index 4ef3209..3daf55f 100644 --- a/SplashScreen.java +++ b/SplashScreen.java @@ -42,6 +42,10 @@ public void onStart() { public void run() { mCurrentuser = mAuth.getCurrentUser(); if (mCurrentuser == null) { + + /* + Add logo animation to existing splash screen + */ sendToStart(); } else { Intent sendtomainpage = new Intent(SplashScreen.this, MainPage.class);