Merge pull request #4191 from nextcloud/bugfix/4012/fixIconColors

remove theming of call buttons to remove disabled look for dark mode
This commit is contained in:
Julius Linus 2024-09-11 08:09:50 -05:00 committed by GitHub
commit e7d596f402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2733,18 +2733,6 @@ class ChatActivity :
super.onCreateOptionsMenu(menu) super.onCreateOptionsMenu(menu)
menuInflater.inflate(R.menu.menu_conversation, menu) menuInflater.inflate(R.menu.menu_conversation, menu)
context.let {
viewThemeUtils.platform.colorToolbarMenuIcon(
it,
menu.findItem(R.id.conversation_voice_call)
)
viewThemeUtils.platform.colorToolbarMenuIcon(
it,
menu.findItem(R.id.conversation_video_call)
)
}
if (conversationUser?.userId == "?") { if (conversationUser?.userId == "?") {
menu.removeItem(R.id.conversation_info) menu.removeItem(R.id.conversation_info)
} else { } else {