Fix sent folder: account list

This commit is contained in:
M66B
2021-07-11 21:18:04 +02:00
parent 02ae59813f
commit cdd7a3ecd0

View File

@@ -6338,7 +6338,7 @@ public class FragmentCompose extends FragmentBase {
@Override
public void onClick(View v) {
startActivity(new Intent(v.getContext(), ActivitySetup.class)
.putExtra("manual", true));
.putExtra("target", "accounts"));
}
});