mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Merge branch 'main' into adb/add-transport-list-activity
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user