[ADD] Debug entries for refresh attempts, sending feedback, advanced settings, and resetting the pairing file

This commit is contained in:
Fabian Thies
2023-02-04 14:29:02 +01:00
committed by Joe Mattiello
parent 07159b0ea6
commit 723c8e9539
5 changed files with 241 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ class NotificationManager: ObservableObject {
self.showNotification(title: text, detailText: detailText)
}
func showNotification(title: String, detailText: String?) {
func showNotification(title: String, detailText: String? = nil) {
let notificationId = UUID()
DispatchQueue.main.async {