Do not show a follow button when searching for a user

Lemmy does not handle following users. An option for this was shown on the search results. Close #103
This commit is contained in:
Balazs Toldi 2023-08-11 23:21:09 +02:00
parent 635ca332da
commit c7acb50522
No known key found for this signature in database
GPG Key ID: 6C7D440036F99D58

View File

@ -148,7 +148,7 @@ public class UserListingRecyclerViewAdapter extends PagedListAdapter<UserData, R
@Override
public void isNotSubscribed() {
((DataViewHolder) holder).subscribeButton.setVisibility(View.VISIBLE);
((DataViewHolder) holder).subscribeButton.setOnClickListener(view -> {
UserFollowing.followUser(oauthRetrofit, retrofit,
accessToken, userData.getName(), accountName, redditDataRoomDatabase,