summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-11-01 22:39:48 +0100
committerMarc Stibane <marc@taler.net>2023-11-01 22:39:48 +0100
commit8d63be2ec34ddff560545d1465d628a217788638 (patch)
tree853e48d19db77b616da91a2fe33ac338085c1a58
parentb30e1812b1a6b34c3c08f18931561840d807ce8c (diff)
downloadtaler-ios-8d63be2ec34ddff560545d1465d628a217788638.tar.gz
taler-ios-8d63be2ec34ddff560545d1465d628a217788638.tar.bz2
taler-ios-8d63be2ec34ddff560545d1465d628a217788638.zip
until Xcode 15.1 is final
-rw-r--r--TalerWallet1/Views/Main/MainView.swift10
1 files changed, 5 insertions, 5 deletions
diff --git a/TalerWallet1/Views/Main/MainView.swift b/TalerWallet1/Views/Main/MainView.swift
index 301ad27..0f06dda 100644
--- a/TalerWallet1/Views/Main/MainView.swift
+++ b/TalerWallet1/Views/Main/MainView.swift
@@ -142,12 +142,12 @@ extension MainView {
// "@self" marks that the view value itself has changed, and "@identity" marks that the
// identity of the view has changed (that is, that the persistent data associated with
// the view has been recycled for a new instance of the same type)
- if #available(iOS 17.1, *) {
- // logs at INFO level, “com.apple.SwiftUI” subsystem, category “Changed Body Properties”
- let _ = Self._logChanges()
- } else {
+// if #available(iOS 17.1, *) {
+// // logs at INFO level, “com.apple.SwiftUI” subsystem, category “Changed Body Properties”
+// let _ = Self._logChanges()
+// } else {
let _ = Self._printChanges()
- }
+// }
let _ = symLog?.vlog() // just to get the identity # to compare with .onAppear & .onDisappear
#endif
Group {