projects
/
platform
/
core
/
uifw
/
isf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f6376
)
Fix the problem that the initial keyboard replaces the 3rd party keyboard after using...
57/49757/1
author
Sungmin Kwak
<sungmin.kwak@samsung.com>
Wed, 14 Oct 2015 07:03:45 +0000
(16:03 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Tue, 20 Oct 2015 05:01:53 +0000
(14:01 +0900)
Change-Id: Ic9b736b97c42c3ddec0ab93cb80ba94d3721f875
ism/extras/efl_panel/isf_panel_efl.cpp
patch
|
blob
|
history
diff --git
a/ism/extras/efl_panel/isf_panel_efl.cpp
b/ism/extras/efl_panel/isf_panel_efl.cpp
index 5b610d1513a9ed6a8fc3089777cad9f7782bf994..1a278787cfd8105650d1d35c79d52d62a8c30511 100644
(file)
--- a/
ism/extras/efl_panel/isf_panel_efl.cpp
+++ b/
ism/extras/efl_panel/isf_panel_efl.cpp
@@
-1678,7
+1678,7
@@
static bool set_helper_ise (const String &uuid, bool launch_ise)
String pre_uuid = _panel_agent->get_current_helper_uuid ();
LOGD("pre_appid=%s, appid=%s, launch_ise=%d, %d", pre_uuid.c_str(), uuid.c_str(), launch_ise, _soft_keyboard_launched);
if (pre_uuid == uuid && _soft_keyboard_launched)
- return
fals
e;
+ return
tru
e;
if (TOOLBAR_HELPER_MODE == mode && pre_uuid.length () > 0 && _soft_keyboard_launched) {
_panel_agent->hide_helper (pre_uuid);