Commit 594ed785 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update FavoriteRoomListHeader.java

parent facdb777
......@@ -26,7 +26,7 @@ public class FavoriteRoomListHeader implements RoomListHeader {
@Override
public boolean shouldShow(@NonNull List<RoomSidebar> roomSidebarList) {
for (RoomSidebar roomSidebar: roomSidebarList) {
if (roomSidebar.isFavorite()) {
if (roomSidebar.isFavorite() && !roomSidebar.isAlert()) {
return true;
}
}
......
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