From 72fbf33eeb41fef15021a8074e473f6f6271cb00 Mon Sep 17 00:00:00 2001 From: Davior Coder <148337509+chandanbcbt@users.noreply.github.com> Date: Fri, 16 Feb 2024 08:48:24 +0530 Subject: [PATCH] Update PropertyChanges.swift --- ios/RNMBX/Uitls/PropertyChanges.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ios/RNMBX/Uitls/PropertyChanges.swift b/ios/RNMBX/Uitls/PropertyChanges.swift index 10fb03fb3..ee3cab9ff 100644 --- a/ios/RNMBX/Uitls/PropertyChanges.swift +++ b/ios/RNMBX/Uitls/PropertyChanges.swift @@ -41,6 +41,10 @@ func add(name: String, update: @escaping (T) -> Void) { changes[name] = update } + + func checkKeys(name: String, key: string) { + uniqKey += 1 + } func add(update: @escaping (T) -> Void) { let name = "#\(uniqKey)"