Fix detekt

This commit is contained in:
Marco Romano 2023-07-26 07:49:50 +02:00 committed by Benoit Marty
parent e66c362fad
commit d5c5947ff9
4 changed files with 0 additions and 7 deletions

View file

@ -16,8 +16,6 @@
package io.element.android.features.location.impl.show
import io.element.android.features.location.impl.send.SendLocationEvents
sealed interface ShowLocationEvents {
object Share : ShowLocationEvents
data class TrackMyLocation(val enabled: Boolean) : ShowLocationEvents