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

pull/8/head
bunnei 5 years ago
parent be5fcffb89
commit 3557fa25d0

@ -103,6 +103,7 @@ void SoftwareKeyboard::ExecuteInteractive() {
void SoftwareKeyboard::Execute() {
if (complete) {
broker.PushNormalDataFromApplet(IStorage{final_data});
broker.SignalStateChanged();
return;
}

Loading…
Cancel
Save