logging info

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-03-20 19:04:57 +01:00
parent e874502d8c
commit b92020d0d0
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

View File

@ -280,7 +280,7 @@ class ConversationsListActivity :
job = lifecycleScope.launch {
val initialized = userGroupsOrCirclesRepository.initialize()
Log.d("MainActivity", "$initialized")
Log.d(TAG, "user groups and circles - $initialized ")
}
initObservers()