Commit 82e1249e authored by Yusuke Iwaki's avatar Yusuke Iwaki

make RocketChatService NOT_STICKY

parent da2386e7
......@@ -95,7 +95,7 @@ public class RocketChatService extends Service {
connectionRequiredServerConfigObserver.sub();
return null;
});
return START_STICKY;
return START_NOT_STICKY;
}
private void connectToServerWithServerConfig(List<ServerConfig> configList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment