mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
allow to "move to top" accounts in the account selector
This commit is contained in:
parent
15ed570dce
commit
1d7d0dd329
3 changed files with 35 additions and 0 deletions
|
@ -164,6 +164,10 @@ public class Rpc {
|
|||
return gson.fromJson(getResult("create_broadcast", accountId, chatName), Integer.class);
|
||||
}
|
||||
|
||||
public void setAccountsOrder(List<Integer> order) throws RpcException {
|
||||
getResult("set_accounts_order", order);
|
||||
}
|
||||
|
||||
private static class Request {
|
||||
private final String jsonrpc = "2.0";
|
||||
public final String method;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue