Quit the location sharing screen after launching live location service
This commit is contained in:
parent
a6a494170e
commit
a4b81524be
|
@ -192,6 +192,8 @@ class LocationSharingFragment @Inject constructor(
|
|||
.also {
|
||||
ContextCompat.startForegroundService(requireContext(), it)
|
||||
}
|
||||
|
||||
vectorBaseActivity.finish()
|
||||
}
|
||||
|
||||
private fun initOptionsPicker() {
|
||||
|
|
Loading…
Reference in New Issue