Skip to content

Commit a01f3b5

Browse files
author
Jackson Kearl
committed
Undo change to disableBluetooth(). I still dont know why we do this, and I've seen it cause issues, but I assume it will cause more issues to not have it.
1 parent 55fa8e4 commit a01f3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ mainPage = new Page("main",
361361
if (app.bluetoothInitialized) {
362362
// after bluetooth is disabled, it's automatically re-enabled.
363363
//this.beginRefreshData();
364-
//app.disableBluetooth();
364+
app.disableBluetooth();
365365
}
366366
},
367367
function onHide() {

0 commit comments

Comments
 (0)