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:
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…
x
Reference in New Issue
Block a user