Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Weblate 2017-11-11 18:55:55 +01:00
commit 52cdf96dfe
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);