mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-25 23:39:00 +03:00
Remove abandoned TODO
This commit is contained in:
parent
75de805417
commit
985e09a68c
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ class LiveLocationShareMessageItemFactory @Inject constructor(
|
||||||
attributes: AbsMessageItem.Attributes,
|
attributes: AbsMessageItem.Attributes,
|
||||||
runningState: LiveLocationShareViewState.Running,
|
runningState: LiveLocationShareViewState.Running,
|
||||||
): MessageLiveLocationItem {
|
): MessageLiveLocationItem {
|
||||||
// TODO only render location if enabled in preferences: to be handled in a next PR
|
|
||||||
val width = timelineMediaSizeProvider.getMaxSize().first
|
val width = timelineMediaSizeProvider.getMaxSize().first
|
||||||
val height = dimensionConverter.dpToPx(MessageItemFactory.MESSAGE_LOCATION_ITEM_HEIGHT_IN_DP)
|
val height = dimensionConverter.dpToPx(MessageItemFactory.MESSAGE_LOCATION_ITEM_HEIGHT_IN_DP)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue