mirror of
https://github.com/element-hq/element-android
synced 2024-12-18 07:12:47 +03:00
Removing TODOs
This commit is contained in:
parent
779cbc8c08
commit
4f1596d105
2 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ import org.matrix.android.sdk.internal.database.model.livelocation.LiveLocationA
|
||||||
|
|
||||||
internal object LiveLocationAggregatedSummaryMapper {
|
internal object LiveLocationAggregatedSummaryMapper {
|
||||||
|
|
||||||
// TODO add unit tests
|
|
||||||
fun map(entity: LiveLocationAggregatedSummaryEntity): LiveLocationAggregatedSummary {
|
fun map(entity: LiveLocationAggregatedSummaryEntity): LiveLocationAggregatedSummary {
|
||||||
return LiveLocationAggregatedSummary(
|
return LiveLocationAggregatedSummary(
|
||||||
eventId = entity.eventId,
|
eventId = entity.eventId,
|
||||||
|
|
|
@ -31,7 +31,6 @@ import javax.inject.Inject
|
||||||
|
|
||||||
internal class DefaultLiveLocationAggregationProcessor @Inject constructor() : LiveLocationAggregationProcessor {
|
internal class DefaultLiveLocationAggregationProcessor @Inject constructor() : LiveLocationAggregationProcessor {
|
||||||
|
|
||||||
// TODO add unit tests
|
|
||||||
override fun handleBeaconInfo(realm: Realm, event: Event, content: LiveLocationBeaconContent, roomId: String, isLocalEcho: Boolean) {
|
override fun handleBeaconInfo(realm: Realm, event: Event, content: LiveLocationBeaconContent, roomId: String, isLocalEcho: Boolean) {
|
||||||
if (event.senderId.isNullOrEmpty() || isLocalEcho) {
|
if (event.senderId.isNullOrEmpty() || isLocalEcho) {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue