fix group notify time
authorHyeJin Lee <hyejin79.lee@samsung.com>
Tue, 2 Apr 2013 08:49:54 +0000 (17:49 +0900)
committerHyeJin Lee <hyejin79.lee@samsung.com>
Tue, 2 Apr 2013 08:49:54 +0000 (17:49 +0900)
Change-Id: I62f63a725c559d6144dd98b406a9d801386beb38

src/ui/animations/FUiAnim_TransactionNode.cpp

index d016f0e..690afa9 100644 (file)
@@ -1410,6 +1410,11 @@ _TransactionNode::CalculateProgress(unsigned int currentTime)
        {
                __status = _STATUS_RUNNING;
        }
+
+       if (IsEmpty() == true)
+       {
+               __status = _STATUS_FINISH;
+       }
 }
 
 void
@@ -1626,11 +1631,6 @@ _TransactionNode::ProcessAnimationTick(unsigned int tick)
                        }
                }
        }
-
-       if (IsEmpty() == true)
-       {
-               __status = _STATUS_FINISH;
-       }
 }
 
 void