mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-24 00:54:24 +00:00
Remove FIXME as the described problem was resolved by using ActivityResultContract
This commit is contained in:
parent
1496650c50
commit
8187a56e8a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class ViewRoomActivity : ComponentActivity() {
|
||||||
setContent {
|
setContent {
|
||||||
ViewRoomScaffold(
|
ViewRoomScaffold(
|
||||||
session = session,
|
session = session,
|
||||||
roomId = roomId!!, // FIXME: Again, this should be set. Should.
|
roomId = roomId!!,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue