fix location sharing

This commit is contained in:
Mantas Kazlauskas 2022-12-15 19:54:12 +00:00
parent f142c600b0
commit 3d210dbd28

View File

@ -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);
}