Commit 968338ed authored by 0xd9a's avatar 0xd9a
Browse files

Remove a duplicated line

parent a2b1f7ee
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 -> {