Fix a crash with search/directory

peertube_integration
Thomas 2 years ago
parent 739183de9c
commit d3c44489f3

@ -141,7 +141,7 @@ public class FragmentMastodonAccount extends Fragment {
fetchAccount(firstLoad, remoteAccountId);
}
} else {
fetchAccount(firstLoad, accountTimeline.id);
fetchAccount(firstLoad, accountTimeline != null ? accountTimeline.id : null);
}
}

Loading…
Cancel
Save