Fix a bug that ime_hide_cb is not called on mobile profile 45/251645/1
authorInHong Han <inhong1.han@samsung.com>
Mon, 18 Jan 2021 05:32:42 +0000 (14:32 +0900)
committerInHong Han <inhong1.han@samsung.com>
Mon, 18 Jan 2021 05:56:05 +0000 (14:56 +0900)
Change-Id: Id6835ff9402c7e5a7caacb103f5e24dd7c649c7a

ism/src/scim_helper.cpp

index e1d9b32..1ac4e06 100644 (file)
@@ -1026,8 +1026,6 @@ HelperAgent::handle_message (MessageItem *message)
             m_impl->signal_focus_out (this, subclass->get_ic_ref(), subclass->get_ic_uuid_ref());
             m_impl->focused_ic = (uint32) -1;
             if (!m_impl->si.null ()) m_impl->si->focus_out();
-            if (!_TV)
-                m_impl->ise_show_flag = false;
             m_impl->need_update_entry_metadata = false;
             break;
         }