Browse Source

Fix build error

pull/44/head
nonlin-lin-chaos-order-etc-etal 2 years ago
parent
commit
23baf50811
  1. 1
      app/src/main/java/org/purplei2p/i2pd/I2PDActivity.java

1
app/src/main/java/org/purplei2p/i2pd/I2PDActivity.java

@ -281,7 +281,6 @@ public class I2PDActivity extends Activity { @@ -281,7 +281,6 @@ public class I2PDActivity extends Activity {
synchronized (I2PDActivity.class) {
if (!jobServiceBound && org.purplei2p.i2pd.I2PDActivity.isJobServiceApiAvailable()) {
bindService(new Intent(this, MyJobService.class), jobServiceConnection, Context.BIND_AUTO_CREATE);
MyJobService.setI2PDDaemon(daemon);
jobServiceBound = true;
}
}

Loading…
Cancel
Save