Commit 7aeab1e3 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update SidebarMainContract.java

parent 693dea77
......@@ -19,6 +19,8 @@ public interface SidebarMainContract {
void showRoomSidebarList(@NonNull List<RoomSidebar> roomSidebarList);
void filterRoomSidebarList(CharSequence term);
void show(User user);
}
......@@ -30,6 +32,8 @@ public interface SidebarMainContract {
Flowable<List<Spotlight>> searchSpotlight(String term);
void disposeSubscriptions();
void onUserOnline();
void onUserAway();
......@@ -40,4 +44,4 @@ public interface SidebarMainContract {
void onLogout();
}
}
}
\ No newline at end of file
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