This commit is contained in:
Yuriy Liskov
2025-05-17 08:17:41 +03:00
parent 355f50d145
commit e5ef4b6508

View File

@@ -512,7 +512,7 @@ public class VideoLoaderController extends BasePlayerController implements OnDat
String resultMsg = fullErrorMsg;
if (Helpers.startsWithAny(message, "Unable to connect to")) {
// No internet connection
// No internet connection or WRONG DATE on the device
restartEngine = false;
resultMsg = shortErrorMsg;
} else if (error instanceof OutOfMemoryError) {