Adding log in worker
This commit is contained in:
parent
102684ed88
commit
b1750c1c21
|
@ -75,6 +75,7 @@ internal class DeactivateLiveLocationShareWorker(context: Context, params: Worke
|
|||
|
||||
private suspend fun deactivateLiveLocationShare(params: Params) {
|
||||
awaitTransaction(realmConfiguration) { realm ->
|
||||
Timber.d("deactivating live with id=${params.eventId}")
|
||||
val aggregatedSummary = LiveLocationShareAggregatedSummaryEntity.get(
|
||||
realm = realm,
|
||||
roomId = params.roomId,
|
||||
|
|
Loading…
Reference in New Issue