1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-09-28 15:08:50 +00:00

fix email button not working

This commit is contained in:
Christian Schabesberger 2018-04-02 20:53:32 +02:00
parent 2229ce1fe9
commit 89537322fd

View File

@ -217,7 +217,6 @@ public class ErrorActivity extends AppCompatActivity {
startActivity(Intent.createChooser(i, "Send Email"));
});
reportButton.setEnabled(false);
// normal bugreport
buildInfo(errorInfo);