We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ebb7da + 9b03dc7 commit a979d7cCopy full SHA for a979d7c
app/src/main/java/it/niedermann/owncloud/notes/importaccount/ImportAccountActivity.java
@@ -66,7 +66,6 @@ protected void onCreate(Bundle savedInstanceState) {
66
67
binding.welcomeText.setText(getString(R.string.welcome_text, getString(R.string.app_name)));
68
binding.addButton.setOnClickListener((v) -> {
69
- binding.addButton.setEnabled(false);
70
binding.status.setVisibility(View.GONE);
71
try {
72
AccountImporter.pickNewAccount(this);
@@ -182,4 +181,4 @@ private void restoreCleanState() {
182
181
binding.progressText.setVisibility(View.GONE);
183
});
184
}
185
-}
+}
0 commit comments