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