Commit fdec78fd authored by Thomas's avatar Thomas
Browse files

Fix #758 - Display instance of accounts in dialog when sharing

parent c2d27069
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {