mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Do not log the live location of the user.
This commit is contained in:
parent
6b403ec224
commit
ac3285001f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue