mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 03:49:04 +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 {
|
||||
|
||||
// TODO add unit tests
|
||||
fun map(entity: LiveLocationAggregatedSummaryEntity): LiveLocationAggregatedSummary {
|
||||
return LiveLocationAggregatedSummary(
|
||||
eventId = entity.eventId,
|
||||
|
|
|
@ -31,7 +31,6 @@ import javax.inject.Inject
|
|||
|
||||
internal class DefaultLiveLocationAggregationProcessor @Inject constructor() : LiveLocationAggregationProcessor {
|
||||
|
||||
// TODO add unit tests
|
||||
override fun handleBeaconInfo(realm: Realm, event: Event, content: LiveLocationBeaconContent, roomId: String, isLocalEcho: Boolean) {
|
||||
if (event.senderId.isNullOrEmpty() || isLocalEcho) {
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue