mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Small improvement
This commit is contained in:
parent
6a77ef25ee
commit
28a1645633
1 changed files with 1 additions and 1 deletions
|
@ -1938,7 +1938,7 @@ public class FragmentCompose extends FragmentBase {
|
||||||
if (!TextUtils.isEmpty(p.link))
|
if (!TextUtils.isEmpty(p.link))
|
||||||
ssb.append(p.link).append("\n\n");
|
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 ? "+" : ""))
|
(p.appPassword ? "+" : ""))
|
||||||
.setIntent(new Intent().putExtra("config", ssb));
|
.setIntent(new Intent().putExtra("config", ssb));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue