Fix implement typo error for PerfViewCreation
[platform/core/uifw/dali-demo.git] / examples / perf-view-creation / perf-view-creation-example.cpp
index 2ef0074..ab33d2f 100644 (file)
@@ -451,7 +451,7 @@ public:
     mCreatingControlList.pop_front();
 
     // Dereference timer safety
-    if(mTimerList.empty())
+    if(!mTimerList.empty())
     {
       mTimerList.pop_front();
     }