|
@@ -134,8 +134,8 @@ class _PhotoPreviewPageState extends State<PhotoPreviewPage> {
|
134
|
134
|
itemCount: list.length,
|
135
|
135
|
onPageChanged: _onPageChanged,
|
136
|
136
|
),
|
137
|
|
- bottomNavigationBar: _buildBottom(),
|
138
|
137
|
bottomSheet: _buildThumb(),
|
|
138
|
+ bottomNavigationBar: _buildBottom(),
|
139
|
139
|
),
|
140
|
140
|
);
|
141
|
141
|
}
|
|
@@ -205,7 +205,6 @@ class _PhotoPreviewPageState extends State<PhotoPreviewPage> {
|
205
|
205
|
}
|
206
|
206
|
|
207
|
207
|
void _changeSelected(bool isChecked, int index) {
|
208
|
|
- print("onTap out to change checkbox value = $isChecked, index = $index");
|
209
|
208
|
if (changeProviderOnCheckChange) {
|
210
|
209
|
_onChangeProvider(isChecked, index);
|
211
|
210
|
} else {
|