Hi!
We have made a small app using the Dali C++ library. The app has a simple user interface using one Dali::Toolkit::Control object for background color, two Dali::Toolkit::TextLabel objects and three Dali::Toolkit::ImageView objects for icon display. Most of the time, the app works great. However, sometimes after the display has been off and is turned on again the app user interface is not restored. We know that the app is still running because it makes sounds, but it is impossible to show the app on the screen and it has to be closed from the recent app list. Any ideas on why this happens?
Best regards, Stian