Skip to content

Commit

Permalink
feat: splash 화면 추가 #56
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 12, 2024
1 parent 89dc7d6 commit eb5850f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ import androidx.navigation.NavGraphBuilder
import androidx.navigation.NavOptions
import androidx.navigation.compose.composable
import com.easyhz.noffice.feature.home.screen.home.HomeScreen
import com.easyhz.noffice.feature.home.screen.splash.SplashScreen
import com.easyhz.noffice.navigation.home.screen.Home
import com.easyhz.noffice.navigation.home.screen.Splash
import com.easyhz.noffice.navigation.sign.screen.LogIn

internal fun NavGraphBuilder.homeGraph(
modifier: Modifier,
navigateToAnnouncementDetail: (Int, String) -> Unit,
navigateToMyPage: () -> Unit
) {
composable<Splash> {
SplashScreen()
}
composable<Home>(
enterTransition = {
if (this.enabledSlide()) null
Expand Down

0 comments on commit eb5850f

Please sign in to comment.