mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-08 15:42:58 +00:00
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:
commit
e7d596f402
@ -2733,18 +2733,6 @@ class ChatActivity :
|
||||
super.onCreateOptionsMenu(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 == "?") {
|
||||
menu.removeItem(R.id.conversation_info)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user