Kaynağa Gözat

fix _keyboardHeight

lucky1213 4 yıl önce
ebeveyn
işleme
8bcc5012ed
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      packages/zefyr/lib/src/widgets/toolbar.dart

+ 1
- 1
packages/zefyr/lib/src/widgets/toolbar.dart Dosyayı Görüntüle

@@ -327,7 +327,7 @@ class ZefyrToolbarState extends State<ZefyrToolbar>
327 327
 
328 328
   @override
329 329
   Widget build(BuildContext context) {
330
-    if (editor.toolbarAction == null) {
330
+    if (editor.toolbarAction == null && _keyboardHeight != MediaQuery.of(context).viewInsets.bottom) {
331 331
       _keyboardHeight = MediaQuery.of(context).viewInsets.bottom;
332 332
     }
333 333
     final theme = ZefyrTheme.of(context).toolbarTheme;