Skip to content

Commit a5a8370

Browse files
Merge pull request #249 from smswithoutborders/dev
update: fixed images to use new composition
2 parents 9719b90 + ff6ecdf commit a5a8370

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)