mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Fixed manually executing rules
This commit is contained in:
parent
1bdcc60cf9
commit
3c71ec01aa
1 changed files with 1 additions and 1 deletions
|
@ -1037,7 +1037,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
|||
private void onActionExecuteRules() {
|
||||
Bundle args = new Bundle();
|
||||
args.putString("question", context.getString(R.string.title_execute_rules));
|
||||
args.putLong("folder", folder.id);
|
||||
args.putLong("id", folder.id);
|
||||
|
||||
FragmentDialogAsk ask = new FragmentDialogAsk();
|
||||
ask.setArguments(args);
|
||||
|
|
Loading…
Reference in a new issue