vbea 3 anni fa
parent
commit
ee85ec15b6

+ 2 - 2
Strides-APP/android/app/version.properties

@@ -1,2 +1,2 @@
-#Mon Feb 13 16:38:01 CST 2023
-VERSION_CODE=114
+#Mon Feb 13 17:14:09 CST 2023
+VERSION_CODE=116

+ 2 - 2
Strides-APP/app.json

@@ -2,7 +2,7 @@
   "name": "JuicePlus",
   "displayName": "ChargEco",
   "versionCode": 110,
-  "versionName": "V2.1.0",
+  "versionName": "V2.1.1",
   "product": false,
-  "debug": false
+  "debug": true
 }

+ 1 - 1
Strides-APP/app/pages/home/Drawer.js

@@ -115,7 +115,7 @@ const CustomerDrawerContent = (props) => {
   return (
     <DrawerContentScrollView 
       {...props}
-      canCancelContentTouches={false}>
+      canCancelContentTouches={true}>
       <DrawerContent {...props}/>
     </DrawerContentScrollView>
   );