1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-07 23:38:40 +01:00

fixed hiding card action

This commit is contained in:
Mariotaku Lee 2016-03-20 16:31:09 +08:00
parent aa4df75e3b
commit d47dca1816

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);