mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +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 {
|
||||
final client = Matrix.of(context).client;
|
||||
Navigator.of(context).pop();
|
||||
final input = await showTextInputDialog(
|
||||
title: L10n.of(context).setStatus,
|
||||
context: context,
|
||||
@ -34,6 +33,7 @@ class DefaultDrawer extends StatelessWidget {
|
||||
statusMsg: input.single,
|
||||
),
|
||||
);
|
||||
Navigator.of(context).pop();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user