Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object WebUrlConstant {
const val SOPT_OFFICIAL_YOUTUBE = "https://www.youtube.com/@SOPTMEDIA"
const val SOPT_GOOGLE_FROM = "https://docs.google.com/forms/d/e/1FAIpQLSdBxksqlkAHShYdQYxDIK1Mnsy45MbYMkEeGuCMpeXjn6C1NQ/viewform"
const val NOTICE_PRIVATE_INFO =
"https://florentine-legend-ffc.notion.site/SOPT-0b378275554d4d65a442310e83c7c988"
"https://sopt-makers.notion.site/d17c0071ab0e440baadd36c548bc36e4"
const val NOTICE_SERVICE_RULE =
"https://florentine-legend-ffc.notion.site/SOPT-69e33dccb59543dd91f5f44ed1250881"
const val OPINION_KAKAO_CHAT = "http://pf.kakao.com/_sxaIWG"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ fun NavGraphBuilder.pokeNavGraph(
navigateUp = navController::navigateUp,
)
}
}

// 친한 친구 리스트
composable<PokeFriendList> {
FriendListSummaryScreen(
paddingValues = paddingValues,
userStatus = userStatus,
navigateUp = navController::navigateUp,
)
}
// 친한 친구 리스트
composable<PokeFriendList> {
FriendListSummaryScreen(
paddingValues = paddingValues,
userStatus = userStatus,
navigateUp = navController::navigateUp,
)
}
}
Loading