Skip to content

Commit

Permalink
Merge pull request #22 from jhavidit/master
Browse files Browse the repository at this point in the history
splash screen bug fixed.
  • Loading branch information
Anshul1507 authored Aug 5, 2020
2 parents 9001e1f + f1832c4 commit a975b6d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class SplashScreen : AppCompatActivity() {
sleep(3200)
val intent = Intent(baseContext, DashboardActivity::class.java)
startActivity(intent)
finish()

} catch (e: Exception) {
e.printStackTrace()
Expand Down

0 comments on commit a975b6d

Please sign in to comment.