Update: 2026-06-26 17:29:23
This commit is contained in:
@@ -82,10 +82,10 @@ class VideoController extends GetxController {
|
||||
box.write(lastFetchKey, DateTime.now().toIso8601String());
|
||||
update();
|
||||
} else {
|
||||
mySnackeBarError('');
|
||||
mySnackbarError('');
|
||||
}
|
||||
} catch (e) {
|
||||
mySnackeBarError(e.toString());
|
||||
mySnackbarError(e.toString());
|
||||
} finally {
|
||||
isLoading(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user