We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0640d commit 7698ddbCopy full SHA for 7698ddb
android/src/main/java/com/margelo/nitro/multipleimagepicker/MultipleImagePickerImp.kt
@@ -533,6 +533,11 @@ class MultipleImagePickerImp(reactContext: ReactApplicationContext?) :
533
mainStyle.previewSelectBackground = selectType
534
mainStyle.isPreviewSelectNumberStyle = isNumber
535
536
+ if (config.camera != null) {
537
+ // hide title camera
538
+ mainStyle.adapterCameraText = " "
539
+ }
540
+
541
// custom toolbar text
542
config.text.let { text ->
543
text?.finish.let {
0 commit comments