mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
cleanup
This commit is contained in:
@@ -60,7 +60,6 @@ public class BriarControllerImpl implements BriarController {
|
||||
activity.startService(new Intent(activity, BriarService.class));
|
||||
bound = activity.bindService(new Intent(activity, BriarService.class),
|
||||
serviceConnection, 0);
|
||||
LOG.info("Briar service started " + bound);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -92,7 +91,6 @@ public class BriarControllerImpl implements BriarController {
|
||||
}
|
||||
|
||||
protected void unbindService() {
|
||||
LOG.info("Briar service unbind " + bound);
|
||||
if (bound) activity.unbindService(serviceConnection);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user