mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-08-20 09:08:53 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user