theme link-joining like creation fab-styled imageview

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-08-10 12:55:01 +02:00
parent 8f812a0841
commit 5b983d0ce4
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -637,6 +637,7 @@ class ContactsController(args: Bundle) :
ResourcesCompat.getColor(resources!!, R.color.colorBackgroundDarker, null), ResourcesCompat.getColor(resources!!, R.color.colorBackgroundDarker, null),
PorterDuff.Mode.SRC_IN PorterDuff.Mode.SRC_IN
) )
viewThemeUtils.colorImageViewButton(binding.conversationPrivacyToggle.publicCallLink) viewThemeUtils.colorImageViewButton(binding.conversationPrivacyToggle.publicCallLink)
disengageProgressBar() disengageProgressBar()
} }