fixed hiding card action
This commit is contained in:
parent
aa4df75e3b
commit
d47dca1816
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue