Update android+AsyncServiceHelper.java
small formatting fixes
This commit is contained in:
parent
0df9dc8fb9
commit
d2dc7f4c27
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user