Selaa lähdekoodia

fix keyboardHeight

lucky1213 5 vuotta sitten
vanhempi
commit
2c27706af8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      packages/zefyr/lib/src/widgets/toolbar.dart

+ 1
- 1
packages/zefyr/lib/src/widgets/toolbar.dart Näytä tiedosto

387
     } else {
387
     } else {
388
       layers.add(
388
       layers.add(
389
         Container(
389
         Container(
390
-          height: 0,
390
+          height: MediaQuery.of(context).viewInsets.bottom,
391
         ),
391
         ),
392
       );
392
       );
393
     }
393
     }