Commit 6414e808 authored by samesh97's avatar samesh97

changing default activity

parent 2074db16
......@@ -41,7 +41,7 @@ public class SplashScreen extends AppCompatActivity {
}
else
{
intent = new Intent(SplashScreen.this, EnvironmentChecker.class);
intent = new Intent(SplashScreen.this, CustomGallery.class);
}
startActivity(intent);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment