Remove a duplicated line

This commit is contained in:
0xd9a 2025-10-08 13:59:27 +05:30
parent a2b1f7ee31
commit 968338ede5

View file

@ -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 -> {