mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
adapt to new PGP-contacts
This commit is contained in:
parent
bd3c4f9186
commit
966d8784f3
17 changed files with 96 additions and 9 deletions
|
@ -173,6 +173,10 @@ public class Rpc {
|
|||
}
|
||||
}
|
||||
|
||||
public String getMigrationError(int accountId) throws RpcException {
|
||||
return gson.fromJson(getResult("get_migration_error", accountId), String.class);
|
||||
}
|
||||
|
||||
private static class Response {
|
||||
public final int id;
|
||||
public final JsonElement result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue