Add "Choose video" button

This commit is contained in:
Naveen 2022-11-07 03:24:53 +05:30
parent 79d97f9729
commit 40a77118bf
4 changed files with 73 additions and 28 deletions

View file

@ -67,7 +67,8 @@ const val FILE_SIZE_2_MB = 2_097_152L
const val MESSAGES_LIMIT = 50
// intent launch request codes
const val PICK_PHOTO_VIDEO_INTENT = 42
const val PICK_PHOTO_INTENT = 42
const val PICK_VIDEO_INTENT = 49
const val PICK_SAVE_FILE_INTENT = 43
const val CAPTURE_PHOTO_INTENT = 44
const val CAPTURE_VIDEO_INTENT = 45