Przeglądaj źródła

fix keyboardHeight

lucky1213 5 lat temu
rodzic
commit
2c27706af8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      packages/zefyr/lib/src/widgets/toolbar.dart

+ 1
- 1
packages/zefyr/lib/src/widgets/toolbar.dart Wyświetl plik

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
     }