Skip to content

Commit

Permalink
[FIX] #63 : profileSettingScreen이 Navigation에 없던 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Dec 23, 2023
1 parent f9a387d commit 4d76cbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/wap/wapp/navigation/WappNavHost.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import com.wap.wapp.feature.notice.navigation.navigateToNotice
import com.wap.wapp.feature.notice.navigation.noticeScreen
import com.wap.wapp.feature.profile.navigation.profileScreen
import com.wap.wapp.feature.profile.profilesetting.navigation.navigateToProfileSetting
import com.wap.wapp.feature.profile.profilesetting.navigation.profileSettingScreen
import com.wap.wapp.feature.splash.navigation.splashNavigationRoute
import com.wap.wapp.feature.splash.navigation.splashScreen
import com.wap.wapp.feature.survey.navigation.navigateToSurvey
Expand Down Expand Up @@ -82,5 +83,6 @@ fun WappNavHost(
navigateToEventRegistration = navController::navigateToEventRegistration,
navigateToSurveyCheck = navController::navigateToSurveyCheck,
)
profileSettingScreen()
}
}

0 comments on commit 4d76cbd

Please sign in to comment.