expand no permissions message
This commit is contained in:
parent
6de046bf7b
commit
32dd08fd91
1 changed files with 6 additions and 4 deletions
|
|
@ -165,12 +165,14 @@ class Composer extends HookConsumerWidget {
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
: [
|
: [
|
||||||
Padding(
|
Expanded(
|
||||||
|
child: Padding(
|
||||||
padding: EdgeInsetsGeometry.all(8),
|
padding: EdgeInsetsGeometry.all(8),
|
||||||
child: Text(
|
child: Text(
|
||||||
"You don't have permission to send messages in this room...",
|
"You don't have permission to send messages in this room...",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue