[mob][photos] Show pause status copy when device is unhealthy

This commit is contained in:
laurenspriem
2024-05-24 17:04:35 +05:30
parent d4af7792d4
commit b1e0c83733
27 changed files with 93 additions and 20 deletions

View File

@@ -28,6 +28,8 @@ class MachineLearningController {
bool _canRunML = false;
late Timer _userInteractionTimer;
bool get isDeviceHealthy => _isDeviceHealthy;
void init() {
if (Platform.isAndroid) {
_startInteractionTimer();