commit 8d63be2ec34ddff560545d1465d628a217788638
parent b30e1812b1a6b34c3c08f18931561840d807ce8c
Author: Marc Stibane <marc@taler.net>
Date: Wed, 1 Nov 2023 22:39:48 +0100
until Xcode 15.1 is final
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git 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 {