mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-07 15:13:01 +00:00
Merge pull request #3941 from nextcloud/issue-3937-bug-fix
Fixed Database module initialization error
This commit is contained in:
commit
15a0a4a058
@ -158,7 +158,6 @@ class ConversationInfoActivity :
|
||||
conversationToken = intent.getStringExtra(BundleKeys.KEY_ROOM_TOKEN)!!
|
||||
hasAvatarSpacing = intent.getBooleanExtra(BundleKeys.KEY_ROOM_ONE_TO_ONE, false)
|
||||
credentials = ApiUtils.getCredentials(conversationUser.username, conversationUser.token)!!
|
||||
initObservers()
|
||||
}
|
||||
|
||||
override fun onStart() {
|
||||
@ -191,6 +190,7 @@ class ConversationInfoActivity :
|
||||
binding.addParticipantsAction.visibility = GONE
|
||||
|
||||
binding.progressBar.let { viewThemeUtils.platform.colorCircularProgressBar(it, ColorRole.PRIMARY) }
|
||||
initObservers()
|
||||
}
|
||||
|
||||
private fun initObservers() {
|
||||
|
Loading…
Reference in New Issue
Block a user