Commit a32869da authored by Tiago Cunha's avatar Tiago Cunha Committed by GitHub

Merge branch 'develop' into feature/burger-menu

parents f138d486 20b4436a
......@@ -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