1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-11-21 15:44:26 +00:00

Remove complete todo

This commit is contained in:
Steffo 2024-01-31 03:42:03 +01:00
parent 5a2d3faa75
commit 8812e41a74
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -46,7 +46,6 @@ fun ConfigureRoomForm(
) {
var name by rememberSaveable { mutableStateOf(initialConfiguration?.name ?: "") }
var description by rememberSaveable { mutableStateOf(initialConfiguration?.description ?: "") }
// TODO: How to load the original avatar from the URL?
var avatarBitmap by remember { mutableStateOf<Bitmap?>(null) }
val fallbackText = if (name.isEmpty()) {