Haptic feedback on select by date

This commit is contained in:
M66B 2024-03-20 15:09:12 +01:00
parent a3da6c711e
commit 188d1ec811
1 changed files with 1 additions and 0 deletions

View File

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