Skip to content

Commit c7d3f1a

Browse files
committed
fix merge
1 parent 1158d5f commit c7d3f1a

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

experimental/veggieseasons/lib/screens/search.dart

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -98,26 +98,12 @@ class _SearchScreenState extends State<SearchScreen> with RestorationMixin {
9898
Widget build(BuildContext context) {
9999
final model = Provider.of<AppState>(context);
100100

101-
return CupertinoTabView(
102-
builder: (context) {
103-
return SafeArea(
104-
bottom: false,
105-
child: Stack(
106-
children: [
107-
_buildSearchResults(model.searchVeggies(terms)),
108-
_createSearchBox(),
109-
],
110-
),
111-
);
112-
},
113101
return UnmanagedRestorationScope(
114-
bucket: bucket,
115102
child: CupertinoTabView(
116-
restorationScopeId: 'tabview',
117103
builder: (context) {
118104
return SafeArea(
119105
bottom: false,
120-
child: Column(
106+
child: Stack(
121107
children: [
122108
_buildSearchResults(model.searchVeggies(terms)),
123109
_createSearchBox(),

0 commit comments

Comments
 (0)