Explorar el Código

minor UI efficiency improvement

ashilkn hace 2 años
padre
commit
58f2849e2e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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(