Skip to content

Commit

Permalink
Undo change to disableBluetooth(). I still dont know why we do this, …
Browse files Browse the repository at this point in the history
…and I've seen it cause issues, but I assume it will cause more issues to not have it.
  • Loading branch information
Jackson Kearl committed Aug 29, 2016
1 parent 55fa8e4 commit a01f3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ mainPage = new Page("main",
if (app.bluetoothInitialized) {
// after bluetooth is disabled, it's automatically re-enabled.
//this.beginRefreshData();
//app.disableBluetooth();
app.disableBluetooth();
}
},
function onHide() {
Expand Down

0 comments on commit a01f3b5

Please sign in to comment.