Skip to content

message-toolbar: Fixes for sending location.

Kévin Commaille requested to merge (removed):location-fixes into main
  • The attachment dialog opens right away, while we wait for the location to be available. The user doesn't have to wonder what is happening.
  • Move the location proxy code in utils, and make it a subclass of Location, allowing the location API to be re-implemented for each platform (part of #1279 (closed)).
  • The location is kept up-to-date while the dialog is opened.
  • The location portal session is closed each time so the user can send their location again later.

Fixes Location fails to send after one time (#1328 - closed).

Merge request reports