apply the home filter to lists (#1991)

This commit is contained in:
Konrad Pozniak 2020-11-22 19:02:38 +01:00 committed by Alibek Omarov
parent aa14e6e4f2
commit e6f31ccd0d
1 changed files with 1 additions and 0 deletions

View File

@ -381,6 +381,7 @@ public class TimelineFragment extends SFragment implements
// home, notifications, public, thread
switch (kind) {
case HOME:
case LIST:
return filterContext.contains(Filter.HOME);
case PUBLIC_FEDERATED:
case PUBLIC_LOCAL: