chore: revert

This commit is contained in:
Prateek Sunal
2025-07-25 02:40:39 +05:30
parent 74d930005c
commit b71651220b

View File

@@ -72,10 +72,6 @@ class ComputeController {
}
bool requestCompute({bool ml = false, bool stream = false}) {
// TODO: Remove check
if (!isProcessBg) {
return false;
}
_logger.info("Requesting compute: ml: $ml, stream: $stream");
if (!_isDeviceHealthy || !isProcessBg && !_canRunGivenUserInteraction()) {
_logger.info("Device not healthy or user interacting, denying request.");