You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/session/room/model/livelocation/LiveLocationBeaconContent.kt
+11-5
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,18 @@ data class LiveLocationBeaconContent(
Copy file name to clipboardExpand all lines: matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/aggregation/livelocation/DefaultLiveLocationAggregationProcessor.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ internal class DefaultLiveLocationAggregationProcessor @Inject constructor() : L
59
59
}
60
60
61
61
// Check if live location is ended
62
-
if (!beaconInfoContent.getBestBeaconInfo()?.isLive.orFalse()) {
62
+
if (!beaconInfoContent.isLive.orFalse()) {
63
63
Timber.v("## LIVE LOCATION. Beacon info is not live anymore")
64
64
return
65
65
}
@@ -79,7 +79,7 @@ internal class DefaultLiveLocationAggregationProcessor @Inject constructor() : L
Copy file name to clipboardExpand all lines: matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/state/DefaultStateService.kt
Copy file name to clipboardExpand all lines: vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/LiveLocationMessageItemFactory.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ class LiveLocationMessageItemFactory @Inject constructor(
0 commit comments