Skip to content

Commit

Permalink
refactor: 불필요한 변수 제거 #35
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 2, 2024
1 parent e87b4a4 commit dc7f245
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ fun AnnouncementDetailScreen(
val uiState by viewModel.uiState.collectAsStateWithLifecycle()
val scrollState = rememberScrollState()
val context = LocalContext.current
var backEnabled by remember { mutableStateOf(false) }
val webView = remember { WebView(context) }
LaunchedEffect(Unit) {
viewModel.postIntent(DetailIntent.InitScreen(id, title))
Expand Down

0 comments on commit dc7f245

Please sign in to comment.