Skip to content

Commit

Permalink
Finish splash screen, with intent
Browse files Browse the repository at this point in the history
  • Loading branch information
ramazanogunc authored and Ramazan Öğünç committed May 23, 2021
1 parent 6c6a219 commit c27c28b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ class SplashActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
startActivity(Intent(SplashActivity@this, MainActivity::class.java))
finish()
}
}

0 comments on commit c27c28b

Please sign in to comment.