Explorar el Código

Remove commented out code

polscm32 hace 1 año
padre
commit
ed5f96410d
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

+ 0 - 4
FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

@@ -959,10 +959,6 @@ extension Home {
                     }
                     }
                 )
                 )
             }.ignoresSafeArea(.keyboard, edges: .bottom).blur(radius: state.waitForSuggestion ? 8 : 0)
             }.ignoresSafeArea(.keyboard, edges: .bottom).blur(radius: state.waitForSuggestion ? 8 : 0)
-//                .onChange(of: selectedTab) {
-//                    print("current path is empty: \(settingsPath.isEmpty)")
-//                    settingsPath = NavigationPath()
-//                }
                 .onChange(of: selectedTab) {
                 .onChange(of: selectedTab) {
                     if !settingsPath.isEmpty {
                     if !settingsPath.isEmpty {
                         settingsPath = NavigationPath()
                         settingsPath = NavigationPath()