Przeglądaj źródła

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

bunnei 6 lat temu
rodzic
commit
3557fa25d0

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