Ivan Valkou 5 лет назад
Родитель
Сommit
12e4c5fe4e
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift

+ 4 - 4
FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift

@@ -91,10 +91,10 @@ extension Settings {
                         .onTapGesture {
                             showShareSheet = true
                         }
-                    Text("Read disclaimer").chevronCell()
-                        .onTapGesture {
-                            viewModel.logout()
-                        }
+//                    Text("Read disclaimer").chevronCell()
+//                        .onTapGesture {
+//                            viewModel.logout()
+//                        }
                 }
             }
             .sheet(isPresented: $showShareSheet) {