瀏覽代碼

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> {
   StreamSubscription<SyncStatusUpdate> _firstImportEvent;
   int _currentPage = 0;
-  PageController _pageController = PageController(
+  final PageController _pageController = PageController(
     initialPage: 0,
   );
   final List<String> _messages = [
     "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",
     "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",
@@ -110,7 +110,7 @@ class _LoadingPhotosWidgetState extends State<LoadingPhotosWidget> {
               ),
             ),
             Padding(padding: EdgeInsets.all(8)),
-            Container(
+            SizedBox(
               height: 80,
               child: PageView.builder(
                 scrollDirection: Axis.vertical,