Redesign filter dialog

This commit is contained in:
bws9000 2020-07-02 21:02:04 -04:00
parent 70aa6b1f6d
commit e221602f8f
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ public class FeedItemFilter {
break;
case "not_favorite":
showNotFavorite = true;
break;
default:
return;
}
}
}