mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-06 10:47:27 +01:00
Removed Anonymous page not implemented error
No longer needed as it's there now.
This commit is contained in:
parent
307036bca0
commit
577d5b8e6f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user