Fixed snooze multiple selection

This commit is contained in:
M66B
2019-04-20 13:17:32 +02:00
parent 8cbc2e4f16
commit 0c196a3fc7

View File

@@ -1305,12 +1305,12 @@ public class FragmentMessages extends FragmentBase {
@Override
public void onDurationSelected(long duration, long time) {
if (Helper.isPro(getContext())) {
selectionTracker.clearSelection();
Bundle args = new Bundle();
args.putLongArray("ids", getSelection());
args.putLong("wakeup", duration == 0 ? -1 : time);
selectionTracker.clearSelection();
new SimpleTask<Void>() {
@Override
protected Void onExecute(Context context, Bundle args) {