Redesign filter dialog
This commit is contained in:
parent
70aa6b1f6d
commit
e221602f8f
|
@ -74,6 +74,9 @@ public class FeedItemFilter {
|
|||
break;
|
||||
case "not_favorite":
|
||||
showNotFavorite = true;
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue