Suppress LayoutTransition during scroll events.

This commit is contained in:
Alex Hart
2023-09-07 11:26:45 -03:00
committed by GitHub
parent b410756dfd
commit 454b1f69ed
8 changed files with 71 additions and 5 deletions

View File

@@ -57,6 +57,10 @@ public interface BindableConversationItem extends Unbindable, GiphyMp4Playable,
void setEventListener(@Nullable EventListener listener);
default void setParentScrolling(boolean isParentScrolling) {
// Intentionally Blank.
}
default void updateTimestamps() {
// Intentionally Blank.
}