MINOR-FIX: Drop Down Issue Fix.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user