Add sliding animation when a new message is received.

This commit is contained in:
Alex Hart
2021-10-20 16:40:34 -03:00
committed by Greyson Parrelli
parent f198b890fa
commit 2167522f7d
6 changed files with 136 additions and 23 deletions

View File

@@ -56,6 +56,10 @@ public interface BindableConversationItem extends Unbindable, GiphyMp4Playable,
// Intentionally Blank.
}
default void updateContactNameColor() {
// Intentionally Blank.
}
interface EventListener {
void onQuoteClicked(MmsMessageRecord messageRecord);
void onLinkPreviewClicked(@NonNull LinkPreview linkPreview);