Skip to content

Commit

Permalink
Move package of SplashScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
jhg3410 committed Jun 29, 2023
1 parent 638b242 commit 476a214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/java/com/jik/movie/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package com.jik.movie
import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import com.jik.movie.splash.createSplashScreen
import com.jik.movie.ui.MovieApp
import dagger.hilt.android.AndroidEntryPoint
import kotlin.time.Duration.Companion.seconds
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jik.movie
package com.jik.movie.splash

import android.app.Activity
import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen
Expand Down

0 comments on commit 476a214

Please sign in to comment.