Skip to content

Commit

Permalink
Merge pull request #354 from Nexters/fix/334
Browse files Browse the repository at this point in the history
공유하기 . show id 0 버그 수정
  • Loading branch information
HamBP authored Dec 25, 2024
2 parents df3def7 + c55ff7b commit bde6015
Show file tree
Hide file tree
Showing 5 changed files with 257 additions and 176 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fun ShowDetailContentScreen(
val uriHandler = LocalUriHandler.current
val scrollState = rememberScrollState()
val uiState by viewModel.uiState.collectAsStateWithLifecycle()
val notice = uiState.showDetail.notice
val notice = uiState.showDetail?.notice ?: return
val urlParser = UrlParser(notice)

Scaffold(
Expand Down
Loading

0 comments on commit bde6015

Please sign in to comment.