apps-sdk 1.0.139 → 1.0.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apps-sdk",
3
- "version": "1.0.139",
3
+ "version": "1.0.140",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -318,7 +318,7 @@ class Storage {
318
318
  galleryNotGrantedMessage,
319
319
  [
320
320
  { text: cancelText, style: 'cancel' },
321
- { text: openSettingsText, onPress: this.openSettings() }
321
+ { text: openSettingsText, onPress: this.openSettings }
322
322
  ]
323
323
  );
324
324