Haptic feedback on select by date

pull/214/head
M66B 2 years ago
parent a3da6c711e
commit 188d1ec811

@ -1197,6 +1197,7 @@ public class FragmentMessages extends FragmentBase
long from = cal.getTimeInMillis(); long from = cal.getTimeInMillis();
onMenuSelect(from, to, true); onMenuSelect(from, to, true);
Helper.performHapticFeedback(view, HapticFeedbackConstants.CONFIRM);
return; return;
} }
} }

Loading…
Cancel
Save