Skip to content

Commit

Permalink
Merge pull request #3489 from shikshalokam/release-6.0.0_v13_SL_1
Browse files Browse the repository at this point in the history
Release 6.0.0 v13
  • Loading branch information
swayangjit authored Sep 14, 2023
2 parents 1fc6212 + 188c51c commit 6844bdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build_config
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ cordova-plugin=cordova-plugin-appavailability
cordova-plugin=cordova-plugin-filepicker
cordova-plugin=cordova-plugin-document-viewer
cordova-plugin=com-sarriaroman-photoviewer
cordova-plugin=cordova-plugin-filepath
cordova-plugin=https://github.com/vishwanath1004/cordova-plugin-filepath.git
cordova-plugin=https://github.com/greybax/cordova-plugin-proguard.git
cordova-plugin=https://github.com/Sunbird-Ed/sb-cordova-plugin-utility.git#release-4.1.0
cordova-plugin=https://github.com/Sunbird-Ed/sb-cordova-plugin-downloadmanager.git
cordova-plugin=https://github.com/Sunbird-Ed/sb-cordova-plugin-db.git#release-4.6.0
cordova-plugin=https://github.com/Sunbird-Ed/sb-cordova-plugin-customtabs#release-5.0.2 --variable URL_SCHEME=@string/custom_scheme_url --variable URL_HOST=mobile
cordova-plugin=cordova-sqlite-storage
cordova plugin=cordova-plugin-googleplus
cordova-pligin=cordova-plugin-camera
cordova-plugin=https://github.com/vishwanath1004/cordova-plugin-camera.git
[email protected]
cordova-plugin=cordova-plugin-filechooser
cordova-plugin=cordova-plugin-media
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class AttachmentService {
text: this.texts["FRMELEMNTS_MSG_USE_FILE"],
icon: "document",
handler: () => {
path ? this.openLocalLibrary() : this.takePicture(this.camera.PictureSourceType.PHOTOLIBRARY);
path ? this.openLocalLibrary() : this.openFile();
return false;
},
},
Expand Down Expand Up @@ -116,7 +116,7 @@ export class AttachmentService {
text: this.texts["FRMELEMENTS_LBL_UPLOAD_IMAGE"],
icon: "cloud-upload",
handler: () => {
this.openLocalLibrary()
this.takePicture(this.camera.PictureSourceType.PHOTOLIBRARY, this.camera.MediaType.PICTURE);
return false;
},
},
Expand Down

0 comments on commit 6844bdd

Please sign in to comment.