Small improvement

This commit is contained in:
M66B 2021-08-31 07:51:43 +02:00
parent 6a77ef25ee
commit 28a1645633
1 changed files with 1 additions and 1 deletions

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));
}