Skip to content

Commit

Permalink
fix(mute-hashtag): clear the filter optional when successfully deleti…
Browse files Browse the repository at this point in the history
…ng the hashtag filter on the server
  • Loading branch information
LucasGGamerM committed Sep 26, 2023
1 parent 3057546 commit c8063e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ private void unmuteHashtag() {
new DeleteFilter(filter.get().id).setCallback(new Callback<>(){
@Override
public void onSuccess(Void result){
filter=Optional.empty();
updateMuteState(false);
}

Expand Down

0 comments on commit c8063e9

Please sign in to comment.