1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00

Small improvement

This commit is contained in:
M66B 2021-08-31 07:51:43 +02:00
parent 6a77ef25ee
commit 28a1645633

View file

@ -1938,7 +1938,7 @@ public class FragmentCompose extends FragmentBase {
if (!TextUtils.isEmpty(p.link))
ssb.append(p.link).append("\n\n");
profiles.add(999, order, order++, p.name +
profiles.add(999, profiles.size(), profiles.size() + 1, p.name +
(p.appPassword ? "+" : ""))
.setIntent(new Intent().putExtra("config", ssb));
}