apply the home filter to lists (#1991)

This commit is contained in:
Konrad Pozniak 2020-11-22 19:02:38 +01:00 committed by GitHub
parent fef4b8b07f
commit f917a5aa4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,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: