瀏覽代碼

fix keyboardHeight

lucky1213 4 年之前
父節點
當前提交
2c27706af8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      packages/zefyr/lib/src/widgets/toolbar.dart

+ 1
- 1
packages/zefyr/lib/src/widgets/toolbar.dart 查看文件

@@ -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
     }