Version 1.0.0 (first build)
This commit is contained in:
@@ -43,7 +43,10 @@ class _FavoritesViewState extends State<FavoritesView> {
|
||||
},
|
||||
);
|
||||
} else {
|
||||
return null;
|
||||
return Container(
|
||||
width: 0,
|
||||
height: 0,
|
||||
);
|
||||
}
|
||||
},
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user