mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Fix logging issue
This commit is contained in:
parent
c9e76f5f97
commit
5c02290ad4
1 changed files with 2 additions and 2 deletions
|
@ -137,9 +137,9 @@ internal class SyncResponseHandler @Inject constructor(
|
|||
checkPushRules(it, isInitialSync)
|
||||
userAccountDataSyncHandler.synchronizeWithServerIfNeeded(it.invite)
|
||||
dispatchInvitedRoom(it)
|
||||
}.also {
|
||||
Timber.v("SyncResponse.rooms post treatment took $it ms")
|
||||
}
|
||||
}.also {
|
||||
Timber.v("SyncResponse.rooms post treatment took $it ms")
|
||||
}
|
||||
|
||||
measureTimeMillis {
|
||||
|
|
Loading…
Add table
Reference in a new issue