mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-27 16:49:21 +00:00
Refresh chat rooms lists when ephemeral message expires
This commit is contained in:
parent
d0ca028ebe
commit
431881cf50
1 changed files with 4 additions and 0 deletions
|
|
@ -152,6 +152,10 @@ public class ChatRoomsFragment extends Fragment
|
|||
refreshChatRoom(room);
|
||||
}
|
||||
|
||||
public void onChatRoomEphemeralMessageDeleted(Core lc, ChatRoom cr) {
|
||||
refreshChatRoom(cr);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onChatRoomRead(Core core, ChatRoom room) {
|
||||
refreshChatRoom(room);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue