Support for pinned messages #49
1 changed files with 2 additions and 2 deletions
slight cleanup on member list
commit
4d00631fed
|
|
@ -143,8 +143,8 @@ class MemberList extends HookConsumerWidget {
|
|||
if (member.content
|
||||
case MembershipContent content) {
|
||||
showModalBottomSheet(
|
||||
constraints: BoxConstraints.loose(
|
||||
Size(
|
||||
constraints: .loose(
|
||||
.new(
|
||||
500,
|
||||
(context.size?.height ?? 1000) - 80,
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue