diff --git a/src/android/SplashScreen.java b/src/android/SplashScreen.java
index 9258a27..75ad724 100644
--- a/src/android/SplashScreen.java
+++ b/src/android/SplashScreen.java
@@ -117,7 +117,8 @@ public class SplashScreen extends CordovaPlugin {
         }
         // hide the splash screen to avoid leaking a window
         this.removeSplashScreen();
-        firstShow = true;
+        // If we set this to true onDestroy, we lose track when we go from page to page!
+        //firstShow = true;
     }
 
     @Override