Add toast when long pressing camera button and video is not supported.

This commit is contained in:
Alex Hart
2023-04-14 13:53:16 -03:00
committed by Cody Henthorne
parent 3090a8521c
commit 0b21481539
5 changed files with 22 additions and 5 deletions

View File

@@ -169,6 +169,10 @@
<string name="BucketedThreadMedia_Medium">Medium</string>
<string name="BucketedThreadMedia_Small">Small</string>
<!-- CameraFragment -->
<!-- Toasted when user device does not support video recording -->
<string name="CameraFragment__video_recording_is_not_supported_on_your_device">Video recording is not supported on your device</string>
<!-- CameraXFragment -->
<string name="CameraXFragment_tap_for_photo_hold_for_video">Tap for photo, hold for video</string>
<string name="CameraXFragment_capture_description">Capture</string>