Removed Anonymous page not implemented error

No longer needed as it's there now.
This commit is contained in:
Balazs Toldi 2024-07-19 13:35:37 +02:00
parent 307036bca0
commit 577d5b8e6f

View File

@ -1354,12 +1354,8 @@ public class PostFragment extends Fragment implements FragmentCommunicator {
}
mFetchPostInfoLinearLayout.setOnClickListener(null);
if (accessToken != null) {
showErrorView(R.string.no_posts);
} else {
showErrorView(R.string.anonymous_homepage_not_implemented);
}
showErrorView(R.string.no_posts);
}
public void changeSortType(SortType sortType) {