UIManager: get rid of self._running and self._run_forever (#9669)

This commit is contained in:
zwim
2022-10-27 22:08:38 +02:00
committed by GitHub
parent 88add4ed6f
commit 31b16ba3e1
8 changed files with 59 additions and 30 deletions

View File

@@ -35,6 +35,7 @@ describe("HTTP client module #notest #nocov", function()
url = url,
}, response_callback)
end
UIManager:runForever()
UIManager:setRunForeverMode()
UIManager:run()
end)
end)