mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-07-15 21:43:29 +02:00
@ -1260,7 +1260,8 @@ public class PostFragment extends Fragment implements FragmentCommunicator {
|
|||||||
mFetchPostInfoLinearLayout.setOnClickListener(view -> refresh());
|
mFetchPostInfoLinearLayout.setOnClickListener(view -> refresh());
|
||||||
showErrorView(R.string.load_posts_error);
|
showErrorView(R.string.load_posts_error);
|
||||||
}
|
}
|
||||||
if (appendLoadState instanceof LoadState.NotLoading) {
|
if (!(refreshLoadState instanceof LoadState.Loading) // #563
|
||||||
|
&& appendLoadState instanceof LoadState.NotLoading) {
|
||||||
if (appendLoadState.getEndOfPaginationReached() && mAdapter.getItemCount() < 1) {
|
if (appendLoadState.getEndOfPaginationReached() && mAdapter.getItemCount() < 1) {
|
||||||
noPostFound();
|
noPostFound();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user