Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed Dec 8, 2022
1 parent 77fb265 commit fcc6d51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class MainActivity : AppCompatActivity() { // AppCompatActivity is needed to be
private val viewModel: MainViewModel by viewModels()

override fun onCreate(savedInstanceState: Bundle?) {
installSplashScreen() // must be called before super.onCreate()
installSplashScreen() // must be called before super.onCreate()
super.onCreate(savedInstanceState)
WindowCompat.setDecorFitsSystemWindows(window, false)
setContent {
Expand Down

0 comments on commit fcc6d51

Please sign in to comment.