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:
parent
5a2d3faa75
commit
8812e41a74
1 changed files with 0 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue