[NUI] fix SVACE issue
authordongsug.song <dongsug.song@samsung.com>
Thu, 26 Dec 2024 06:06:33 +0000 (15:06 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 26 Dec 2024 06:33:35 +0000 (15:33 +0900)
src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs

index 51c30ee0258445e934a9d7e1057ea3368005bba8..dbd7a1e08f7780dceb951ab7e6a4513b7f19c46c 100755 (executable)
@@ -1502,7 +1502,7 @@ namespace Tizen.NUI.BaseComponents
 
             if (weakReferencesOfLottie.TryGetValue(id, out current))
             {
-                if (current.TryGetTarget(out currentView) && (currentView != null) && !currentView.IsDisposedOrQueued)
+                if (current.TryGetTarget(out currentView) && (currentView != null) && !currentView.IsDisposedOrQueued && current != null)
                 {
                     lock (currentView.InternalPropertyCallbacksLock)
                     {