projects
/
platform
/
core
/
uifw
/
inputdelegator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69985a
)
Added a new function for termination
49/319449/1
author
Inhong Han
<inhong1.han@samsung.com>
Tue, 11 Feb 2025 07:57:32 +0000
(16:57 +0900)
committer
Inhong Han
<inhong1.han@samsung.com>
Tue, 11 Feb 2025 07:57:32 +0000
(16:57 +0900)
Change-Id: Ic345a53cb389e9491f944bf4209f15ec445adcc2
src/w-input-selector.cpp
patch
|
blob
|
history
diff --git
a/src/w-input-selector.cpp
b/src/w-input-selector.cpp
index 1120d445a469d73d66ecde4db160d170ddb3068a..6310b1163f0a7ecd2cf1c2de6135aab2db6420e1 100644
(file)
--- a/
src/w-input-selector.cpp
+++ b/
src/w-input-selector.cpp
@@
-1440,6
+1440,10
@@
void _app_service(app_control_h service, void* user_data)
goto ACTIVATE;
} else if (!strcmp(context, "input_reply")) {
app_data->app_type = APP_TYPE_REPLY;
+ } else if (!strcmp(context, "none")) {
+ app_control_destroy(app_data->source_app_control);
+ app_data->source_app_control = NULL;
+ ui_app_exit();
}
}
}