Commit c0f55629 authored by Thomas's avatar Thomas
Browse files

Fix issue go to top on profiles

parent d96c83a2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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