lyxaira.glass 3 years ago
parent
commit
935015fb1d
2 changed files with 10 additions and 2 deletions
  1. 5
    1
      platforms/browser/www/index.html
  2. 5
    1
      www/index.html

+ 5
- 1
platforms/browser/www/index.html View File

@@ -295,7 +295,11 @@
295 295
                             Esp[i] = Esp[i].charAt(0).toUpperCase() + Esp[i].slice(1);
296 296
                         };
297 297
 
298
-                        /*final int[] prevExpandPosition = {-1};
298
+                        /* ons expandable close after selecting other javascript
299
+
300
+
301
+
302
+                        final int[] prevExpandPosition = {-1};
299 303
                             expandableListView.setOnGroupExpandListener(new ExpandableListView.OnGroupExpandListener() {
300 304
                                 @Override
301 305
                                 public void onGroupExpand(int groupPosition) {

+ 5
- 1
www/index.html View File

@@ -295,7 +295,11 @@
295 295
                             Esp[i] = Esp[i].charAt(0).toUpperCase() + Esp[i].slice(1);
296 296
                         };
297 297
 
298
-                        /*final int[] prevExpandPosition = {-1};
298
+                        /* ons expandable close after selecting other javascript
299
+
300
+
301
+
302
+                        final int[] prevExpandPosition = {-1};
299 303
                             expandableListView.setOnGroupExpandListener(new ExpandableListView.OnGroupExpandListener() {
300 304
                                 @Override
301 305
                                 public void onGroupExpand(int groupPosition) {