mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-27 12:34:12 +01:00
fix: Status
This commit is contained in:
parent
7063b340ac
commit
d27dbe0b93
@ -15,7 +15,6 @@ class DefaultDrawer extends StatelessWidget {
|
|||||||
|
|
||||||
void _setStatus(BuildContext context) async {
|
void _setStatus(BuildContext context) async {
|
||||||
final client = Matrix.of(context).client;
|
final client = Matrix.of(context).client;
|
||||||
Navigator.of(context).pop();
|
|
||||||
final input = await showTextInputDialog(
|
final input = await showTextInputDialog(
|
||||||
title: L10n.of(context).setStatus,
|
title: L10n.of(context).setStatus,
|
||||||
context: context,
|
context: context,
|
||||||
@ -34,6 +33,7 @@ class DefaultDrawer extends StatelessWidget {
|
|||||||
statusMsg: input.single,
|
statusMsg: input.single,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
Navigator.of(context).pop();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user