Merge branch 'fixed' into 'main'
fix location sharing Closes #1006 See merge request famedly/fluffychat!1046
This commit is contained in:
commit
db219a8735
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue