Skip to content

Commit

Permalink
Merge pull request #4191 from nextcloud/bugfix/4012/fixIconColors
Browse files Browse the repository at this point in the history
remove theming of call buttons to remove disabled look for dark mode
  • Loading branch information
rapterjet2004 authored Sep 11, 2024
2 parents 58474dd + 796053e commit e7d596f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/src/main/java/com/nextcloud/talk/chat/ChatActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e7d596f

Please sign in to comment.