Fix issue #59 - Follow button from sepia search

This commit is contained in:
Thomas 2020-11-11 10:37:49 +01:00
parent 431c21e066
commit 0923a07e42
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public class ShowChannelActivity extends AppCompatActivity {
SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, MODE_PRIVATE);
String accountIdRelation = channel.getAcct();
if (isLoggedIn(ShowChannelActivity.this) && !sepiaSearch) {
if (isLoggedIn(ShowChannelActivity.this)) {
RelationshipVM viewModel = new ViewModelProvider(ShowChannelActivity.this).get(RelationshipVM.class);
List<String> uids = new ArrayList<>();
uids.add(accountIdRelation);