Segment tick

This commit is contained in:
M66B 2024-05-15 16:12:37 +02:00
parent 2aa8f93f5d
commit 2cc73a7927
1 changed files with 2 additions and 0 deletions

View File

@ -8049,6 +8049,8 @@ public class FragmentMessages extends FragmentBase
FragmentTransaction fragmentTransaction = getParentFragmentManager().beginTransaction();
fragmentTransaction.replace(res, fragment, "thread").addToBackStack("thread");
fragmentTransaction.commit();
Helper.performHapticFeedback(view, HapticFeedbackConstants.SEGMENT_FREQUENT_TICK);
}
}