alqindiirsyam 2 năm trước cách đây
mục cha
commit
f743f7f59d

BIN
appbuilder-ios/DigiXLite/DigiXLite.xcworkspace/xcuserdata/akhmadalqindiirsyam.xcuserdatad/UserInterfaceState.xcuserstate


+ 5 - 5
appbuilder-ios/DigiXLite/DigiXLite/Source/View/Call/CallManager.swift

@@ -53,11 +53,11 @@ final class CallManager: NSObject, ObservableObject {
     
     private func requestTransaction(_ transaction: CXTransaction) {
         callController.request(transaction) { error in
-            if let error = error {
-                //print(("Error requesting transaction:", error.localizedDescription)
-            } else {
-                //print(("Requested transaction successfully")
-            }
+//            if let error = error {
+//                //print(("Error requesting transaction:", error.localizedDescription)
+//            } else {
+//                //print(("Requested transaction successfully")
+//            }
         }
     }
     

+ 5 - 5
appbuilder-ios/NexilisLite/NexilisLite/Source/View/Call/CallManager.swift

@@ -53,11 +53,11 @@ final class CallManager: NSObject, ObservableObject {
     
     private func requestTransaction(_ transaction: CXTransaction) {
         callController.request(transaction) { error in
-            if let error = error {
-                //print("Error requesting transaction:", error.localizedDescription)
-            } else {
-                //print("Requested transaction successfully")
-            }
+//            if let error = error {
+//                //print("Error requesting transaction:", error.localizedDescription)
+//            } else {
+//                //print("Requested transaction successfully")
+//            }
         }
     }