mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Small fix
This commit is contained in:
@@ -903,7 +903,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(ActivityView.this);
|
||||
lbm.sendBroadcast(
|
||||
new Intent(ActivityView.ACTION_VIEW_MESSAGES)
|
||||
.putExtra("account", -1)
|
||||
.putExtra("account", -1L)
|
||||
.putExtra("folder", folder));
|
||||
}
|
||||
|
||||
|
||||
@@ -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