Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Workaround for a crash on Android
Browse files Browse the repository at this point in the history
See #563.
  • Loading branch information
vjrantal committed Feb 23, 2016
1 parent ee9ee4d commit 91ead3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/www/jxcore/UnitTest_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ if (typeof Mobile === 'undefined') {

var testUtils = require('./lib/testUtils');

testUtils.toggleRadios(true);

Mobile('GetDeviceName').callNative(function (name) {
console.log('My device name is: %s', name);
testUtils.setName(name);
Expand Down

0 comments on commit 91ead3a

Please sign in to comment.