Fix #758 - Display instance of accounts in dialog when sharing
This commit is contained in:
parent
c2d270696d
commit
fdec78fd61
@ -404,6 +404,7 @@ public class CrossActionHelper {
|
||||
accounts = new Account(context).getAll();
|
||||
List<app.fedilab.android.client.entities.api.Account> accountList = new ArrayList<>();
|
||||
for (BaseAccount account : accounts) {
|
||||
account.mastodon_account.acct += "@" + account.instance;
|
||||
accountList.add(account.mastodon_account);
|
||||
}
|
||||
if (accounts.size() == 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user