Ver código fonte

theme link-joining like creation fab-styled imageview

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 3 anos atrás
pai
commit
5b983d0ce4

+ 1 - 0
app/src/main/java/com/nextcloud/talk/controllers/ContactsController.kt

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