Explorar o código

prevent tabbar plus item to move above the keyboard

polscm32 %!s(int64=2) %!d(string=hai) anos
pai
achega
853de9f7b2
Modificáronse 1 ficheiros con 1 adicións e 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)
                     }
                 )
-            }
+            }.ignoresSafeArea(.keyboard, edges: .bottom)
         }
 
         var body: some View {