Skip to content

Commit

Permalink
Merge pull request #336 from smartdevicelink/hotfix/issue_335
Browse files Browse the repository at this point in the history
Fixes #335
  • Loading branch information
joeygrover authored Oct 7, 2016
2 parents b498b89 + 2edc097 commit 35c0e1d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,10 @@ private static boolean isRouterServiceRunning(Context context, boolean pingServi
intent.putExtra(TransportConstants.PING_ROUTER_SERVICE_EXTRA, pingService);
context.startService(intent);
}
return true;
}
}

return false;
return runningBluetoothServicePackage.size() > 0;

}

Expand Down

0 comments on commit 35c0e1d

Please sign in to comment.