Update video recording tooltip text.

This commit is contained in:
Greyson Parrelli
2019-10-18 16:43:51 -04:00
parent 8c4757ea02
commit a2204c8370
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ public class CameraXFragment extends Fragment implements CameraFragment {
.setOnDismissListener(this::neverDisplayVideoRecordingTooltipAgain)
.setBackgroundTint(ContextCompat.getColor(requireContext(), R.color.signal_primary))
.setTextColor(ThemeUtil.getThemedColor(requireContext(), R.attr.conversation_title_color))
.setText(R.string.CameraXFragment_video_recording_available)
.setText(R.string.CameraXFragment_tap_for_photo_hold_for_video)
.show(displayRotation == Surface.ROTATION_0 || displayRotation == Surface.ROTATION_180 ? TooltipPopup.POSITION_ABOVE : TooltipPopup.POSITION_START);
}
}