فهرست منبع

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

bunnei 6 سال پیش
والد
کامیت
3557fa25d0
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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;
     }