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

Update RoomContract.java

parent 042626cd
......@@ -2,6 +2,7 @@ package chat.rocket.android.fragment.chatroom;
import android.support.annotation.Nullable;
import chat.rocket.core.models.User;
import java.util.List;
import chat.rocket.android.shared.BaseContract;
import chat.rocket.core.models.Message;
......@@ -13,7 +14,7 @@ public interface RoomContract {
void setupWith(RocketChatAbsoluteUrl rocketChatAbsoluteUrl);
void render(Room room);
void render(Room room, @Nullable User user);
void updateHistoryState(boolean hasNext, boolean isLoaded);
......
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