Fix issue go to top on profiles
This commit is contained in:
parent
d96c83a282
commit
c0f556290d
|
@ -212,9 +212,11 @@ public class FragmentMastodonTimeline extends Fragment implements StatusAdapter.
|
|||
router(null);
|
||||
}
|
||||
if (timelineStatuses != null && timelineStatuses.size() > 0) {
|
||||
if (timelineType != Timeline.TimeLineEnum.ACCOUNT_TIMELINE) {
|
||||
route(DIRECTION.FETCH_NEW, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the position of the status in the ArrayList
|
||||
|
|
Loading…
Reference in New Issue