mautilus / sdk

MAUTILUS SmartTV SDK
BSD 3-Clause "New" or "Revised" License
99 stars 43 forks source link

app.notification be added to secene's history #23

Closed kingctan closed 8 years ago

kingctan commented 8 years ago

I invoked App.notification() function in one scene, after msg hide,I click back button on remote control. Then the msg show again. Please check it, maybe it's a bug. Thanks.

SoCoxx commented 8 years ago

Where did you invoked App.notification()? When you are going back, activate() and render() are called again

kingctan commented 8 years ago

in the play scene,when open play scene with no url, then error info notified, after msg hidden, press the back button, the msg panel show again.

SoCoxx commented 8 years ago

send the application example please, so I can check it