mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 10:03:51 +02:00
Use snoozed time as default for duration dialog
This commit is contained in:
@@ -5875,6 +5875,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
args.putLong("folder", message.folder);
|
||||
args.putString("thread", message.thread);
|
||||
args.putLong("id", message.id);
|
||||
if (message.ui_snoozed != null)
|
||||
args.putLong("time", message.ui_snoozed);
|
||||
args.putBoolean("finish", true);
|
||||
|
||||
FragmentDialogDuration fragment = new FragmentDialogDuration();
|
||||
|
||||
Reference in New Issue
Block a user