Explorar el Código

prevent tabbar plus item to move above the keyboard

polscm32 hace 2 años
padre
commit
853de9f7b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
                             .padding(.bottom, 1)
                     }
                     }
                 )
                 )
-            }
+            }.ignoresSafeArea(.keyboard, edges: .bottom)
         }
         }
 
 
         var body: some View {
         var body: some View {