mirror of
https://codeberg.org/tom79/Fedilab
synced 2025-01-24 16:31:08 +01:00
fix an issue
This commit is contained in:
parent
be1ea400de
commit
a12679cbbf
@ -568,7 +568,7 @@ public class FragmentMastodonTimeline extends Fragment implements StatusAdapter.
|
||||
*/
|
||||
private void route(DIRECTION direction, boolean fetchingMissing) {
|
||||
new Thread(() -> {
|
||||
if (binding == null) {
|
||||
if (binding == null || !isAdded()) {
|
||||
return;
|
||||
}
|
||||
QuickLoad quickLoad = new QuickLoad(requireActivity()).getSavedValue(MainActivity.currentUserID, MainActivity.currentInstance, timelineType, ident);
|
||||
|
Loading…
Reference in New Issue
Block a user