summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-01-26 00:18:23 -0500
committerbunnei <bunneidev@gmail.com>2020-02-05 23:06:51 -0500
commit3557fa25d02b42fc6169aff9316ee40399d5f5b4 (patch)
treec620dac36824424399ccd35d6fb24275240ed221 /src
parentbe5fcffb896d0ade4fe6f106210184556178af02 (diff)
applets: software_keyboard: Signal state change on end of interactive session.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/am/applets/software_keyboard.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/applets/software_keyboard.cpp b/src/core/hle/service/am/applets/software_keyboard.cpp
index ea266f8ed..08579dea0 100644
--- a/src/core/hle/service/am/applets/software_keyboard.cpp
+++ b/src/core/hle/service/am/applets/software_keyboard.cpp
@@ -103,6 +103,7 @@ void SoftwareKeyboard::ExecuteInteractive() {
void SoftwareKeyboard::Execute() {
if (complete) {
broker.PushNormalDataFromApplet(IStorage{final_data});
+ broker.SignalStateChanged();
return;
}