Remove language_change_cb on the loader accepted/tizen/unified/20220929.140032
authorWoongsuk Cho <ws77.cho@samsung.com>
Thu, 29 Sep 2022 02:18:26 +0000 (11:18 +0900)
committer조웅석/Common Platform Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Thu, 29 Sep 2022 02:32:28 +0000 (11:32 +0900)
commit05034d3cf8a7697619f80ab7b9c4581a60bc146f
treecd2b92273c43d7939c183ad3ee3bd9a15c1a1889
parentee561a8b4323bcd8f839950fa0b9074f6323fb85
Remove language_change_cb on the loader

Appfw set CultureInfo from i18n when application launching
So, there is no need to restart candidate process when language changed.

Recreating candidate process can make launching failure becauseof timing issue.
(candidate process process killed -> app-launching request raised -> launchpad get sighchild)

To remove this kind timing issue, remove language changed callback
NativeLauncher/launcher/lib/core_runtime.cc