polscm32 1 год назад
Родитель
Сommit
ed5f96410d
1 измененных файлов с 0 добавлено и 4 удалено
  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)
-//                .onChange(of: selectedTab) {
-//                    print("current path is empty: \(settingsPath.isEmpty)")
-//                    settingsPath = NavigationPath()
-//                }
                 .onChange(of: selectedTab) {
                     if !settingsPath.isEmpty {
                         settingsPath = NavigationPath()