mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 04:59:34 +01:00
logging info
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
e874502d8c
commit
b92020d0d0
@ -280,7 +280,7 @@ class ConversationsListActivity :
|
|||||||
|
|
||||||
job = lifecycleScope.launch {
|
job = lifecycleScope.launch {
|
||||||
val initialized = userGroupsOrCirclesRepository.initialize()
|
val initialized = userGroupsOrCirclesRepository.initialize()
|
||||||
Log.d("MainActivity", "$initialized")
|
Log.d(TAG, "user groups and circles - $initialized ")
|
||||||
}
|
}
|
||||||
|
|
||||||
initObservers()
|
initObservers()
|
||||||
|
Loading…
Reference in New Issue
Block a user