mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 19:47:56 -05:00
applets: software_keyboard: Signal state change on end of interactive session.
This commit is contained in:
@ -103,6 +103,7 @@ void SoftwareKeyboard::ExecuteInteractive() {
|
||||
void SoftwareKeyboard::Execute() {
|
||||
if (complete) {
|
||||
broker.PushNormalDataFromApplet(IStorage{final_data});
|
||||
broker.SignalStateChanged();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user