Skip to content

Commit

Permalink
possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Jan 15, 2025
1 parent 5d89197 commit 8d1ac54
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ fun ProcessImagesPreferenceSheet(
onDismiss: () -> Unit,
onNavigate: (Screen) -> Unit
) {
val scope = rememberCoroutineScope()

EnhancedModalBottomSheet(
title = {
TitleItem(
Expand All @@ -72,7 +74,6 @@ fun ProcessImagesPreferenceSheet(
},
sheetContent = {
val urisCorrespondingScreens by uris.screenList(extraImageType)
val scope = rememberCoroutineScope()

Box(Modifier.fillMaxWidth()) {
LazyVerticalStaggeredGrid(
Expand Down

0 comments on commit 8d1ac54

Please sign in to comment.