mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-13 09:48:47 +00:00
Can now display splashscreen when first entering the app v.6
This commit is contained in:
parent
8512fbc3d4
commit
5cae38c812
@ -36,14 +36,14 @@ public class MainActivity extends AppCompatActivity implements CreateListDialogF
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_splashscreen);
|
||||
/*setContentView(R.layout.activity_splashscreen);
|
||||
try {
|
||||
Thread.sleep(3000);
|
||||
}
|
||||
catch (Exception e) {
|
||||
Log.i("Authentication", e.toString());
|
||||
}
|
||||
setContentView(R.layout.activity_main);
|
||||
setContentView(R.layout.activity_main);*/
|
||||
|
||||
|
||||
//------------------------------Auth Testing---------------------------------------------//
|
||||
|
||||
Loading…
Reference in New Issue
Block a user