Fix a crash with search/directory
This commit is contained in:
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…
Reference in New Issue