MINOR-FIX: Drop Down Issue Fix.

This commit is contained in:
2025-12-09 11:08:09 +05:00
parent 766e8ffefb
commit e4e77356b5
38 changed files with 60 additions and 64 deletions

View File

@@ -320,8 +320,9 @@ class FavouriteOndemandScreen extends StatelessWidget {
"",
),
builder: (ctx, snap) {
if (!snap.hasData)
if (!snap.hasData) {
return const SizedBox();
}
return Text(
snap.data?.title ??
"",
@@ -553,8 +554,9 @@ class FavouriteOndemandScreen extends StatelessWidget {
ctx,
snap,
) {
if (!snap.hasData)
if (!snap.hasData) {
return const SizedBox();
}
return Text(
snap
.data