Browse Source

delete print log

Caijinglong 6 years ago
parent
commit
ad139ae3c6
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      lib/src/ui/page/photo_preview_page.dart

+ 1
- 2
lib/src/ui/page/photo_preview_page.dart View File

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