Bugfix: redeliver Intent to BoteService if killed and then restarted
This commit is contained in:
@@ -23,7 +23,7 @@ public class BoteService extends Service {
|
||||
if (mRouterChoice == RouterChoice.INTERNAL)
|
||||
new Thread(new RouterStarter()).start();
|
||||
I2PBote.getInstance().startUp();
|
||||
return START_STICKY;
|
||||
return START_REDELIVER_INTENT;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user