Skip to content

Commit d5cf590

Browse files
committed
Fix bug
1 parent 0a8ad24 commit d5cf590

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/android/BluetoothLePlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ public boolean execute(String action, final JSONArray args, final CallbackContex
307307
disconnectAction(args, callbackContext);
308308
} else if ("bond".equals(action)){
309309
bondAction(args, callbackContext);
310-
}
311310
} else if ("services".equals(action)) {
312311
JSONObject returnObj = new JSONObject();
313312
addProperty(returnObj, keyError, errorServices);

0 commit comments

Comments
 (0)