Added missing override
This commit is contained in:
parent
b76666f3c5
commit
99b99cc556
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ public class ChatRoomsFragment extends Fragment
|
|||
refreshChatRoom(room);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onChatRoomEphemeralMessageDeleted(Core lc, ChatRoom cr) {
|
||||
refreshChatRoom(cr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue