Skip to content

Commit

Permalink
[chore] #15 installSplashScreen() 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
l2zh committed Jan 6, 2024
1 parent ef42090 commit 1a05005
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
setTheme(R.style.Theme_MOTIVOOAOS)
super.onCreate(savedInstanceState)
installSplashScreen()
binding = ActivityMainBinding.inflate(layoutInflater)
setContentView(binding.root)
installSplashScreen()
initView()
}

Expand Down

0 comments on commit 1a05005

Please sign in to comment.