mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-02-14 19:10:09 -06:00
upd
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user