1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-11-24 09:04:24 +00:00

Remove FIXME as the described problem was resolved by using ActivityResultContract

This commit is contained in:
Steffo 2024-01-24 04:38:58 +01:00
parent 1496650c50
commit 8187a56e8a
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -49,7 +49,7 @@ class ViewRoomActivity : ComponentActivity() {
setContent {
ViewRoomScaffold(
session = session,
roomId = roomId!!, // FIXME: Again, this should be set. Should.
roomId = roomId!!,
)
}
}