Unverified Commit 84bdd7c6 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito Committed by GitHub

Merge pull request #2200 from Adizbek/favorite-channel-fix

[BUG] Solves the favorite icon not being shown.
parents 5cd7e774 0a28e57f
...@@ -13,7 +13,7 @@ internal fun ChatDetailsFragment.setupMenu(menu: Menu) { ...@@ -13,7 +13,7 @@ internal fun ChatDetailsFragment.setupMenu(menu: Menu) {
with(settings.get(it)) { with(settings.get(it)) {
if (isJitsiEnabled()) { if (isJitsiEnabled()) {
if (roomTypeOf(chatRoomType) !is RoomType.DirectMessage && !isJitsiEnabledForChannels()) { if (roomTypeOf(chatRoomType) !is RoomType.DirectMessage && !isJitsiEnabledForChannels()) {
return return@let
} }
menu.add( menu.add(
Menu.NONE, Menu.NONE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment