浏览代码

Update count

vishnukvmd 3 年之前
父节点
当前提交
049e6fb05d
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lib/ui/loading_photos_widget.dart

+ 3 - 3
lib/ui/loading_photos_widget.dart

@@ -18,12 +18,12 @@ class LoadingPhotosWidget extends StatefulWidget {
 class _LoadingPhotosWidgetState extends State<LoadingPhotosWidget> {
 class _LoadingPhotosWidgetState extends State<LoadingPhotosWidget> {
   StreamSubscription<SyncStatusUpdate> _firstImportEvent;
   StreamSubscription<SyncStatusUpdate> _firstImportEvent;
   int _currentPage = 0;
   int _currentPage = 0;
-  PageController _pageController = PageController(
+  final PageController _pageController = PageController(
     initialPage: 0,
     initialPage: 0,
   );
   );
   final List<String> _messages = [
   final List<String> _messages = [
     "web.ente.io has a slick uploader",
     "web.ente.io has a slick uploader",
-    "we have preserved over 100,000 files so far",
+    "we have preserved over 500,000 files so far",
     "all our apps are open source",
     "all our apps are open source",
     "our encryption protocols have been reviewed by engineers at Google, Apple, Amazon, and Facebook",
     "our encryption protocols have been reviewed by engineers at Google, Apple, Amazon, and Facebook",
     "you can share files and folders with your loved ones, end-to-end encrypted",
     "you can share files and folders with your loved ones, end-to-end encrypted",
@@ -110,7 +110,7 @@ class _LoadingPhotosWidgetState extends State<LoadingPhotosWidget> {
               ),
               ),
             ),
             ),
             Padding(padding: EdgeInsets.all(8)),
             Padding(padding: EdgeInsets.all(8)),
-            Container(
+            SizedBox(
               height: 80,
               height: 80,
               child: PageView.builder(
               child: PageView.builder(
                 scrollDirection: Axis.vertical,
                 scrollDirection: Axis.vertical,