mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 03:29:30 +01:00
Merge branch 'fixed' into 'main'
fix location sharing Closes #1006 See merge request famedly/fluffychat!1046
This commit is contained in:
commit
8917818e4b
@ -66,7 +66,7 @@ class SendLocationDialogState extends State<SendLocationDialog> {
|
||||
timeLimit: const Duration(seconds: 30),
|
||||
);
|
||||
}
|
||||
setState(() => position = position);
|
||||
setState(() => this.position = position);
|
||||
} catch (e) {
|
||||
setState(() => error = e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user