Skip to content

Commit cd73362

Browse files
committed
one last thing
1 parent a730eab commit cd73362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/geode/launcher/MainActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ fun onShowLogs(context: Context) {
513513
context.startActivity(launchIntent)
514514
}
515515

516-
@OptIn(ExperimentalMaterial3Api::class)
516+
@OptIn(ExperimentalMaterial3Api::class, ExperimentalLayoutApi::class)
517517
@Composable
518518
fun ErrorInfoSheet(failureInfo: LoadFailureInfo, onDismiss: () -> Unit) {
519519
val sheetState = rememberModalBottomSheetState()
@@ -546,7 +546,7 @@ fun ErrorInfoSheet(failureInfo: LoadFailureInfo, onDismiss: () -> Unit) {
546546
val clipboardManager = LocalClipboardManager.current
547547
val context = LocalContext.current
548548

549-
Row(
549+
FlowRow(
550550
modifier = Modifier
551551
.fillMaxWidth()
552552
.padding(vertical = 8.dp),

0 commit comments

Comments
 (0)