Merge branch 'studio-3' of https://github.com/wb9688/NewPipe into a

This commit is contained in:
Christian Schabesberger 2017-11-10 20:45:05 +01:00
commit a21bdb1487
5 changed files with 40 additions and 35 deletions

View file

@ -160,7 +160,7 @@ public class ErrorActivity extends AppCompatActivity {
key = k;
}
}
String[] el = new String[]{report.get(key)};
String[] el = new String[]{report.get(key).toString()};
Intent intent = new Intent(context, ErrorActivity.class);
intent.putExtra(ERROR_INFO, errorInfo);