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

This commit is contained in:
bunnei 2020-01-26 00:18:23 -05:00
parent be5fcffb89
commit 3557fa25d0

View File

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