From ea627a2e7c838f0d014dfb9df40e31e92fe20564 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Mon, 2 Apr 2018 20:53:32 +0200 Subject: [PATCH] fix email button not working --- app/src/main/java/org/schabi/newpipe/report/ErrorActivity.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/org/schabi/newpipe/report/ErrorActivity.java b/app/src/main/java/org/schabi/newpipe/report/ErrorActivity.java index b065935b8..a042128e3 100644 --- a/app/src/main/java/org/schabi/newpipe/report/ErrorActivity.java +++ b/app/src/main/java/org/schabi/newpipe/report/ErrorActivity.java @@ -217,7 +217,6 @@ public class ErrorActivity extends AppCompatActivity { startActivity(Intent.createChooser(i, "Send Email")); }); - reportButton.setEnabled(false); // normal bugreport buildInfo(errorInfo);