Browse Source

don't tint status icons on cardViews

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 years ago
parent
commit
b9e9c35df5

+ 0 - 1
app/src/main/java/com/nextcloud/talk/ui/dialog/SetStatusDialogFragment.kt

@@ -417,7 +417,6 @@ class SetStatusDialogFragment :
         }
         viewThemeUtils.colorCardViewBackground(views.first)
         viewThemeUtils.colorTextViewText(views.second)
-        viewThemeUtils.colorImageViewText(views.third)
     }
 
     private fun clearTopStatus() {