Pārlūkot izejas kodu

delete print log

Caijinglong 7 gadus atpakaļ
vecāks
revīzija
ad139ae3c6
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1
    2
      lib/src/ui/page/photo_preview_page.dart

+ 1
- 2
lib/src/ui/page/photo_preview_page.dart Parādīt failu

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 {