Added accidentally removed animated-gradient-callactive example back. 91/248691/1
authorGyörgy Straub <g.straub@partner.samsung.com>
Tue, 1 Dec 2020 11:46:19 +0000 (11:46 +0000)
committerGyörgy Straub <g.straub@partner.samsung.com>
Tue, 1 Dec 2020 11:46:19 +0000 (11:46 +0000)
Change-Id: Ifb654883f6a0d757a2f1beff0a8a87ae62a92e16

demo/dali-demo.cpp

index 8686bf9..1ca0894 100644 (file)
@@ -38,6 +38,7 @@ int DALI_EXPORT_API main(int argc, char** argv)
   // Create the demo launcher
   DaliTableView demo(app);
 
+  demo.AddExample(Example("animated-gradient-call-active.example", DALI_DEMO_STR_TITLE_CALL_ACTIVE));
   demo.AddExample(Example("animated-gradient-card-active.example", DALI_DEMO_STR_TITLE_CARD_ACTIVE));
   demo.AddExample(Example("blocks.example", DALI_DEMO_STR_TITLE_BLOCKS));
   demo.AddExample(Example("bezier-curve.example", DALI_DEMO_STR_TITLE_BEZIER_CURVE));