Change-Id: Ifbf2cebaf40c58f1c7831a39c6c7288866c87cdb
Signed-off-by: Denis Dolzhenko <d.dolzhenko@samsung.com>
if(type == AppControlDefault::ViewType || type == AppControlDefault::ReplyType || isUnreadNotificationSingle(type))
{
Conversation *conversation = new Conversation(*this);
- ecore_main_loop_iterate_may_block(true); // FIXME: Fix EFL(TSAM-2158) and remove it
push(*conversation);
conversation->execCmd(cmd);
}
if(!conv)
{
conv = new Conversation(*this);
- ecore_main_loop_iterate_may_block(true); // FIXME: Fix EFL(TSAM-2158) and remove it
push(*conv);
}
conv->execCmd(cmd);