Explorar el Código

fix keyboardHeight

lucky1213 hace 4 años
padre
commit
2c27706af8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      packages/zefyr/lib/src/widgets/toolbar.dart

+ 1
- 1
packages/zefyr/lib/src/widgets/toolbar.dart Ver fichero

@@ -387,7 +387,7 @@ class ZefyrToolbarState extends State<ZefyrToolbar>
387 387
     } else {
388 388
       layers.add(
389 389
         Container(
390
-          height: 0,
390
+          height: MediaQuery.of(context).viewInsets.bottom,
391 391
         ),
392 392
       );
393 393
     }