mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Equivalent code.
This commit is contained in:
parent
d75ca516fc
commit
d49f6bfbb6
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class MessageActionsEpoxyController @Inject constructor(
|
|||
val locationUrl = locationContent.toLocationData()
|
||||
?.let { urlMapProvider.buildStaticMapUrl(it, INITIAL_MAP_ZOOM_IN_TIMELINE, 1200, 800) }
|
||||
?: return null
|
||||
val locationOwnerId = if (locationContent.isSelfLocation()) state.informationData.matrixItem.id else null
|
||||
val locationOwnerId = if (locationContent.isSelfLocation()) state.informationData.senderId else null
|
||||
|
||||
return LocationUiData(
|
||||
locationUrl = locationUrl,
|
||||
|
|
Loading…
Add table
Reference in a new issue