Quit the location sharing screen after launching live location service

This commit is contained in:
Maxime NATUREL 2022-03-30 17:51:37 +02:00
parent a6a494170e
commit a4b81524be
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,8 @@ class LocationSharingFragment @Inject constructor(
.also {
ContextCompat.startForegroundService(requireContext(), it)
}
vectorBaseActivity.finish()
}
private fun initOptionsPicker() {