|is_window_inactive| is set to false when |do_reset|
is true so as to call window_->Show() and
window_->Active() in onRendered().Hence a suspended
application is showed and resumed.
Change-Id: Id9b0b0c6805a8f3bb5c40c4c7dc0e95d78fc646c
Signed-off-by: guneet khosla <g.khosla@samsung.com>
if (!verbose_mode_ && appcontrol->data(kVerboseKey) == "true") {
verbose_mode_ = true;
}
- if (!do_reset)
+ if (!do_reset){
window_->Active();
+ } else {
+ is_window_inactive_ = false;
+ }
}
void WebApplication::SendAppControlEvent() {