fix location sharing
This commit is contained in:
parent
e8adc5e9e2
commit
dccb3195fe
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class SendLocationDialogState extends State<SendLocationDialog> {
|
||||||
timeLimit: const Duration(seconds: 30),
|
timeLimit: const Duration(seconds: 30),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
setState(() => position = position);
|
setState(() => this.position = position);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
setState(() => error = e);
|
setState(() => error = e);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue