mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Fix a crash with search/directory
This commit is contained in:
parent
739183de9c
commit
d3c44489f3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue