mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Log parameter
This commit is contained in:
parent
03d83b2aff
commit
f5104c7511
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import org.matrix.android.sdk.api.session.sync.FilterService
|
|||
import timber.log.Timber
|
||||
|
||||
fun Session.configureAndStart(context: Context, startSyncing: Boolean = true) {
|
||||
Timber.i("Configure and start session for $myUserId")
|
||||
Timber.i("Configure and start session for $myUserId. startSyncing: $startSyncing")
|
||||
open()
|
||||
filterService().setFilter(FilterService.FilterPreset.ElementFilter)
|
||||
if (startSyncing) {
|
||||
|
|
Loading…
Add table
Reference in a new issue