Merge branch 'main' into adb/add-transport-list-activity

This commit is contained in:
adb
2025-12-04 23:16:58 +01:00
committed by GitHub
@@ -274,10 +274,10 @@ public class LogViewFragment extends Fragment {
builder.append("\n");
try {
builder.append(rpc.getStorageUsageReportString(accId));
builder.append(rpc.getInfo(accId));
} catch (RpcException e) {
builder.append(e);
}
builder.append(DcHelper.getContext(context).getInfo());
return builder.toString();
}