Set height of activity creation sized box to 0 (#4048)
This commit is contained in:
parent
235b78d92f
commit
652c1fe4a6
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ class Message extends StatelessWidget {
|
|||
// #Pangea
|
||||
// return RoomCreationStateEvent(event: event);
|
||||
return event.room.isActivitySession
|
||||
? const SizedBox(height: 60.0)
|
||||
? const SizedBox()
|
||||
: RoomCreationStateEvent(event: event);
|
||||
// Pangea#
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue