small fix

This commit is contained in:
Thomas 2022-05-05 19:07:23 +02:00
parent b8dec73858
commit ffea96a24b
1 changed files with 1 additions and 1 deletions

View File

@ -71,9 +71,9 @@ public class FragmentMastodonAccount extends Fragment {
viewModelKey = getArguments().getString(Helper.ARG_VIEW_MODEL_KEY, "");
timelineType = (Timeline.TimeLineEnum) getArguments().get(Helper.ARG_TIMELINE_TYPE);
}
binding.getRoot().setBackgroundColor(ThemeHelper.getBackgroundColor(requireActivity()));
flagLoading = false;
binding = FragmentPaginationBinding.inflate(inflater, container, false);
binding.getRoot().setBackgroundColor(ThemeHelper.getBackgroundColor(requireActivity()));
return binding.getRoot();
}