Skip to content

Commit

Permalink
Merge pull request #4192 from nextcloud/backport/4191/stable-20.0
Browse files Browse the repository at this point in the history
[stable-20.0] remove theming of call buttons to remove disabled look for dark mode
  • Loading branch information
mahibi authored Sep 11, 2024
2 parents 10eb7a5 + e4c364e commit 6bfe825
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 6bfe825

Please sign in to comment.