Skip to content

Commit

Permalink
one last thing
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Feb 14, 2024
1 parent a730eab commit cd73362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/geode/launcher/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ fun onShowLogs(context: Context) {
context.startActivity(launchIntent)
}

@OptIn(ExperimentalMaterial3Api::class)
@OptIn(ExperimentalMaterial3Api::class, ExperimentalLayoutApi::class)
@Composable
fun ErrorInfoSheet(failureInfo: LoadFailureInfo, onDismiss: () -> Unit) {
val sheetState = rememberModalBottomSheetState()
Expand Down Expand Up @@ -546,7 +546,7 @@ fun ErrorInfoSheet(failureInfo: LoadFailureInfo, onDismiss: () -> Unit) {
val clipboardManager = LocalClipboardManager.current
val context = LocalContext.current

Row(
FlowRow(
modifier = Modifier
.fillMaxWidth()
.padding(vertical = 8.dp),
Expand Down

0 comments on commit cd73362

Please sign in to comment.