Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Mar 21, 2023
1 parent e58aeec commit 5734b19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import me.grishka.appkit.utils.V;

public class ReblogOrReplyLineStatusDisplayItem extends StatusDisplayItem{
private CharSequence text, compactText;
private CharSequence text;
@DrawableRes
private int icon;
private StatusPrivacy visibility;
Expand Down

0 comments on commit 5734b19

Please sign in to comment.