fixed hiding card action

This commit is contained in:
Mariotaku Lee 2016-03-20 16:31:09 +08:00
parent aa4df75e3b
commit d47dca1816
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public final class DummyStatusHolderAdapter implements IStatusesAdapter<Object>,
private boolean shouldShowAccountsColor;
private boolean useStarsForLikes;
private boolean showAbsoluteTime;
private int showingActionCardPosition;
private int showingActionCardPosition = RecyclerView.NO_POSITION;
public DummyStatusHolderAdapter(Context context) {
this(context, new TwidereLinkify(null), null);