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

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Oct 9, 2023
1 parent 327ceb0 commit ff47e6e
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -620,15 +620,6 @@ public void onToggleExpanded(Status status, String itemID) {
if (header != null) header.rebind();
}

public void updateEmojiReactions(Status status, String itemID){
EmojiReactionsStatusDisplayItem.Holder reactions=findHolderOfType(itemID, EmojiReactionsStatusDisplayItem.Holder.class);
if(reactions != null){
reactions.getItem().status.reactions.clear();
reactions.getItem().status.reactions.addAll(status.reactions);
reactions.rebind();
}
}

public void onGapClick(GapStatusDisplayItem.Holder item, boolean downwards){}

public void onWarningClick(WarningFilteredStatusDisplayItem.Holder warning){
Expand Down

0 comments on commit ff47e6e

Please sign in to comment.