Explorar o código

applets: software_keyboard: Signal state change on end of interactive session.

bunnei %!s(int64=6) %!d(string=hai) anos
pai
achega
3557fa25d0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/hle/service/am/applets/software_keyboard.cpp

+ 1 - 0
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;
     }