mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 18:26:57 +00:00
Fix conversation list animations sometimes playing.
This commit is contained in:
committed by
Alex Hart
parent
ca24682366
commit
b9f060b442
@@ -17,6 +17,8 @@ public class ConversationListItemAnimator extends DefaultItemAnimator {
|
||||
|
||||
public ConversationListItemAnimator() {
|
||||
setSupportsChangeAnimations(false);
|
||||
setMoveDuration(0);
|
||||
setAddDuration(0);
|
||||
}
|
||||
|
||||
@MainThread
|
||||
|
||||
Reference in New Issue
Block a user