mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Fix duplicate DeviceInfo key.
This commit is contained in:
@@ -141,7 +141,7 @@ class BriarReportCollector {
|
||||
if (startTime > -1) {
|
||||
timeInfo.add("AppStartTime", formatTime(startTime));
|
||||
}
|
||||
return new ReportItem("DeviceInfo", R.string.dev_report_time_info,
|
||||
return new ReportItem("TimeInfo", R.string.dev_report_time_info,
|
||||
timeInfo);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user