mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-18 12:31:34 +01:00
Do not log the live location of the user.
This commit is contained in:
parent
6b403ec224
commit
ac3285001f
@ -135,7 +135,7 @@ class LiveLocationShareMessageItemFactory @Inject constructor(
|
||||
liveLocationShareSummaryData.lastGeoUri.orEmpty(),
|
||||
getEndOfLiveDateTime(liveLocationShareSummaryData)
|
||||
)
|
||||
}.also { viewState -> Timber.d("computed viewState: $viewState") }
|
||||
}
|
||||
}
|
||||
|
||||
private fun getEndOfLiveDateTime(liveLocationShareSummaryData: LiveLocationShareSummaryData): LocalDateTime? {
|
||||
|
Loading…
Reference in New Issue
Block a user