Add 'tick' to update conversation bubble timestamps every 1m.

This commit is contained in:
Alex Hart
2021-06-09 16:35:36 -03:00
committed by GitHub
parent d5f63da9e4
commit a3e3667dc2
6 changed files with 184 additions and 1 deletions

View File

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