From 5593d34c53c6424bc888a3cd1497753fa58880f8 Mon Sep 17 00:00:00 2001 From: Roman Birg Date: Wed, 17 Aug 2016 11:20:56 -0700 Subject: Messaging: fix bad recycle on sending two mms in a row When we are handling the add animation ourself, we need to call the dispatchAdd() to finish the operation so the recycler view can propely handle it. Ticket: CYNGNOS-3253 Change-Id: I7fe17e0f41446122f39bd99a394c3c51754724d3 Signed-off-by: Roman Birg --- src/com/android/messaging/ui/conversation/ConversationFragment.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/com/android/messaging/ui/conversation/ConversationFragment.java b/src/com/android/messaging/ui/conversation/ConversationFragment.java index 71068b8..354431f 100644 --- a/src/com/android/messaging/ui/conversation/ConversationFragment.java +++ b/src/com/android/messaging/ui/conversation/ConversationFragment.java @@ -585,6 +585,7 @@ public class ConversationFragment extends Fragment implements ConversationDataLi @Override public void run() { view.setAlpha(1); + dispatchAddFinished(holder); } }); mPopupTransitionAnimation.startAfterLayoutComplete(); -- cgit v1.2.3