Update android+AsyncServiceHelper.java

changed tabs in last commit to spaces
pull/3729/head
Simon Heinen 10 years ago
parent 5d97dd0ea5
commit 0df9dc8fb9
  1. 10
      modules/java/generator/src/java/android+AsyncServiceHelper.java

@ -21,11 +21,11 @@ class AsyncServiceHelper
final LoaderCallbackInterface Callback)
{
AsyncServiceHelper helper = new AsyncServiceHelper(Version, AppContext, Callback);
Intent intent = new Intent("org.opencv.engine.BIND");
intent.setPackage("org.opencv.engine");
if (AppContext.bindService(intent, helper.mServiceConnection,
Context.BIND_AUTO_CREATE)) {
return true;
Intent intent = new Intent("org.opencv.engine.BIND");
intent.setPackage("org.opencv.engine");
if (AppContext.bindService(intent, helper.mServiceConnection, Context.BIND_AUTO_CREATE))
{
return true;
}
else
{

Loading…
Cancel
Save