Commit e12cd321 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update RoomListHeader.java

parent 4df14666
......@@ -2,6 +2,7 @@ package chat.rocket.android.layouthelper.chatroom.roomlist;
import android.support.annotation.NonNull;
import chat.rocket.core.models.RoomSidebar;
import java.util.List;
import chat.rocket.core.models.Room;
......@@ -9,9 +10,9 @@ public interface RoomListHeader {
String getTitle();
boolean owns(Room room);
boolean owns(RoomSidebar roomSidebar);
boolean shouldShow(@NonNull List<Room> roomList);
boolean shouldShow(@NonNull List<RoomSidebar> roomSidebarList);
ClickListener getClickListener();
......
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