Просмотр исходного кода

prevent tabbar plus item to move above the keyboard

polscm32 2 лет назад
Родитель
Сommit
853de9f7b2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

@@ -1000,7 +1000,7 @@ extension Home {
                             .padding(.bottom, 1)
                     }
                 )
-            }
+            }.ignoresSafeArea(.keyboard, edges: .bottom)
         }
 
         var body: some View {