Browse Source

minor UI efficiency improvement

ashilkn 2 years ago
parent
commit
58f2849e2e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/ui/backup_settings_screen.dart

+ 2 - 1
lib/ui/backup_settings_screen.dart

@@ -41,7 +41,8 @@ class _BackupSettingsScreenState extends State<BackupSettingsScreen> {
               ),
             ],
           ),
-          SliverList(
+          SliverFixedExtentList(
+            itemExtent: 269,
             delegate: SliverChildBuilderDelegate(
               (context, index) {
                 return Padding(