mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-30 16:29:30 +01:00
fix location sharing
This commit is contained in:
parent
f142c600b0
commit
3d210dbd28
@ -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…
Reference in New Issue
Block a user