mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-02-22 17:09:44 +02:00
Fix issue go to top on profiles
This commit is contained in:
parent
d96c83a282
commit
c0f556290d
1 changed files with 3 additions and 1 deletions
|
@ -212,7 +212,9 @@ public class FragmentMastodonTimeline extends Fragment implements StatusAdapter.
|
|||
router(null);
|
||||
}
|
||||
if (timelineStatuses != null && timelineStatuses.size() > 0) {
|
||||
route(DIRECTION.FETCH_NEW, true);
|
||||
if (timelineType != Timeline.TimeLineEnum.ACCOUNT_TIMELINE) {
|
||||
route(DIRECTION.FETCH_NEW, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue