Commit d3c44489 authored by Thomas's avatar Thomas
Browse files

Fix a crash with search/directory

parent 739183de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ public class FragmentMastodonAccount extends Fragment {
                fetchAccount(firstLoad, remoteAccountId);
            }
        } else {
            fetchAccount(firstLoad, accountTimeline.id);
            fetchAccount(firstLoad, accountTimeline != null ? accountTimeline.id : null);
        }
    }