fix(mute-hashtag): clear the filter optional when successfully deleting the hashtag filter on the server
This commit is contained in:
parent
3057546c55
commit
c8063e961e
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ public class HashtagTimelineFragment extends PinnableStatusListFragment {
|
|||
new DeleteFilter(filter.get().id).setCallback(new Callback<>(){
|
||||
@Override
|
||||
public void onSuccess(Void result){
|
||||
filter=Optional.empty();
|
||||
updateMuteState(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue