This commit is contained in:
Grishka
2023-10-01 23:11:33 +03:00
parent c5b52b2781
commit 1feccdc26d
4 changed files with 9 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ public class HashtagTimelineFragment extends StatusListFragment{
}
private void updateHeader(){
if(hashtag==null)
if(hashtag==null || getActivity()==null)
return;
if(hashtag.history!=null && !hashtag.history.isEmpty()){