mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-12-25 00:00:19 +02:00
Remove a duplicated line
This commit is contained in:
parent
a2b1f7ee31
commit
968338ede5
1 changed files with 0 additions and 1 deletions
|
|
@ -690,7 +690,6 @@ public class ProfileActivity extends BaseActivity {
|
|||
});
|
||||
unfollowConfirm.show();
|
||||
} else {
|
||||
binding.accountFollow.setEnabled(false);
|
||||
binding.accountFollow.setEnabled(false);
|
||||
accountsVM.unfollow(BaseMainActivity.currentInstance, BaseMainActivity.currentToken, account.id)
|
||||
.observe(ProfileActivity.this, relationShip -> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue