Fix issue #59 - Follow button from sepia search
This commit is contained in:
parent
431c21e066
commit
0923a07e42
|
@ -178,7 +178,7 @@ public class ShowChannelActivity extends AppCompatActivity {
|
||||||
SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, MODE_PRIVATE);
|
SharedPreferences sharedpreferences = getSharedPreferences(Helper.APP_PREFS, MODE_PRIVATE);
|
||||||
|
|
||||||
String accountIdRelation = channel.getAcct();
|
String accountIdRelation = channel.getAcct();
|
||||||
if (isLoggedIn(ShowChannelActivity.this) && !sepiaSearch) {
|
if (isLoggedIn(ShowChannelActivity.this)) {
|
||||||
RelationshipVM viewModel = new ViewModelProvider(ShowChannelActivity.this).get(RelationshipVM.class);
|
RelationshipVM viewModel = new ViewModelProvider(ShowChannelActivity.this).get(RelationshipVM.class);
|
||||||
List<String> uids = new ArrayList<>();
|
List<String> uids = new ArrayList<>();
|
||||||
uids.add(accountIdRelation);
|
uids.add(accountIdRelation);
|
||||||
|
|
Loading…
Reference in New Issue