diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/am/applets/software_keyboard.cpp | 1 |
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() { | |||
| 103 | void SoftwareKeyboard::Execute() { | 103 | void SoftwareKeyboard::Execute() { |
| 104 | if (complete) { | 104 | if (complete) { |
| 105 | broker.PushNormalDataFromApplet(IStorage{final_data}); | 105 | broker.PushNormalDataFromApplet(IStorage{final_data}); |
| 106 | broker.SignalStateChanged(); | ||
| 106 | return; | 107 | return; |
| 107 | } | 108 | } |
| 108 | 109 | ||