apply the home filter to lists (#1991)
This commit is contained in:
parent
fef4b8b07f
commit
f917a5aa4b
1 changed files with 1 additions and 0 deletions
|
@ -392,6 +392,7 @@ public class TimelineFragment extends SFragment implements
|
||||||
// home, notifications, public, thread
|
// home, notifications, public, thread
|
||||||
switch (kind) {
|
switch (kind) {
|
||||||
case HOME:
|
case HOME:
|
||||||
|
case LIST:
|
||||||
return filterContext.contains(Filter.HOME);
|
return filterContext.contains(Filter.HOME);
|
||||||
case PUBLIC_FEDERATED:
|
case PUBLIC_FEDERATED:
|
||||||
case PUBLIC_LOCAL:
|
case PUBLIC_LOCAL:
|
||||||
|
|
Loading…
Reference in a new issue