File tree 1 file changed +2
-2
lines changed
presentation/src/main/java/com/nexters/boolti/presentation/screen
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ sealed class MainDestination(val route: String) {
151
151
" profileLinkEdit?id=${link.id} &title=${link.name} &url=${link.url} "
152
152
}
153
153
154
- data object LinkList : MainDestination (route = " linkList" ) {
154
+ data object LinkList : MainDestination (route = " linkList?userCode={ $userCode } " ) {
155
155
val arguments = listOf (
156
156
navArgument(userCode) {
157
157
type = NavType .StringType
@@ -163,7 +163,7 @@ sealed class MainDestination(val route: String) {
163
163
fun createRoute (userCode : String ) = " linkList?userCode=$userCode "
164
164
}
165
165
166
- data object PerformedShows : MainDestination (route = " performedShows" ) {
166
+ data object PerformedShows : MainDestination (route = " performedShows?userCode={ $userCode } " ) {
167
167
val arguments = listOf (
168
168
navArgument(userCode) {
169
169
type = NavType .StringType
You can’t perform that action at this time.
0 commit comments