Fix bad RecyclerView issue
dispatchAddFinished() must be called by subclasses when done, either immediately(if no animation will occur) or after the animation actually finishes. Test: Manual Change-Id: I72b9da41f52b381e3531842aa1fb07e573c120cb Signed-off-by: Taesu Lee <taesu82.lee@samsung.com>
This commit is contained in:
@@ -564,6 +564,7 @@ public class ConversationFragment extends Fragment implements ConversationDataLi
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
view.setAlpha(1);
|
view.setAlpha(1);
|
||||||
|
dispatchAddFinished(holder);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
mPopupTransitionAnimation.startAfterLayoutComplete();
|
mPopupTransitionAnimation.startAfterLayoutComplete();
|
||||||
|
|||||||
Reference in New Issue
Block a user