Update android+AsyncServiceHelper.java
small formatting fixes
This commit is contained in:
@@ -25,7 +25,7 @@ class AsyncServiceHelper
|
|||||||
intent.setPackage("org.opencv.engine");
|
intent.setPackage("org.opencv.engine");
|
||||||
if (AppContext.bindService(intent, helper.mServiceConnection, Context.BIND_AUTO_CREATE))
|
if (AppContext.bindService(intent, helper.mServiceConnection, Context.BIND_AUTO_CREATE))
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user