You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'd like to filter all non media tweet from one of my timeline, i was able to code it for the "UserTimelineLoader" doing something like this in function loadInBackground in file AbsRequestStatusesLoader and it seems to works fine
I then tried doing the same for the main timeline, i've then started debugging from GetHomeTimelineTask arriving to StatusExtensions and i've put a similar code, without the account check, inside Status.applyTo method, the variable is set correctly set but no status are filtered.
I've then tried to understand how the filter works, but i'm unable to find how those are handled, probably because this is my first time developing for android.
Can someone give me some hint on how to proceed?
The text was updated successfully, but these errors were encountered:
Hi, I'd like to filter all non media tweet from one of my timeline, i was able to code it for the "UserTimelineLoader" doing something like this in function loadInBackground in file AbsRequestStatusesLoader and it seems to works fine
I then tried doing the same for the main timeline, i've then started debugging from GetHomeTimelineTask arriving to StatusExtensions and i've put a similar code, without the account check, inside Status.applyTo method, the variable is set correctly set but no status are filtered.
I've then tried to understand how the filter works, but i'm unable to find how those are handled, probably because this is my first time developing for android.
Can someone give me some hint on how to proceed?
The text was updated successfully, but these errors were encountered: