Skip to content

Commit ff6ecdf

Browse files
update: fixed images to use new composition
1 parent 8ef8479 commit ff6ecdf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/com/example/sw0b_001/ui/views/compose/ComposerInterface.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,8 @@ fun ComposerInterface(
510510
imageBitmap = null
511511
}
512512
) {
513-
imageRenderSubModule()
513+
if(imageUri != null)
514+
imageRenderSubModule()
514515
}
515516
}
516517
}

0 commit comments

Comments
 (0)