mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Small fix
This commit is contained in:
@@ -106,7 +106,7 @@ public class FragmentAccounts extends FragmentBase {
|
||||
public void onClick(View v) {
|
||||
startActivity(new Intent(getContext(), ActivityCompose.class)
|
||||
.putExtra("action", "new")
|
||||
.putExtra("account", -1)
|
||||
.putExtra("account", -1L)
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user