mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-25 01:24:24 +00:00
Remove meaningless warning
This commit is contained in:
parent
0c21c992d6
commit
59932ab67c
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ fun RoomActivityRoomIconButton(
|
||||||
Box(modifier) {
|
Box(modifier) {
|
||||||
// Mostly copied from IconButton's source
|
// Mostly copied from IconButton's source
|
||||||
// TODO: Make sure accessibility works right
|
// TODO: Make sure accessibility works right
|
||||||
// FIXME: This will need changes when Material 4 is released
|
|
||||||
Box(
|
Box(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.minimumInteractiveComponentSize()
|
.minimumInteractiveComponentSize()
|
||||||
|
|
Loading…
Reference in a new issue