Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a979d7cc authored by Alper Öztürk's avatar Alper Öztürk Committed by GitHub
Browse files

Merge pull request #2755 from nextcloud/backport/2746/stable-4.4

[stable-4.4] Make button clickable multiple times
parents 7ebb7da2 9b03dc7c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -66,7 +66,6 @@ public class ImportAccountActivity extends AppCompatActivity {

        binding.welcomeText.setText(getString(R.string.welcome_text, getString(R.string.app_name)));
        binding.addButton.setOnClickListener((v) -> {
            binding.addButton.setEnabled(false);
            binding.status.setVisibility(View.GONE);
            try {
                AccountImporter.pickNewAccount(this);