applets: software_keyboard: Signal state change on end of interactive session.
This commit is contained in:
parent
be5fcffb89
commit
3557fa25d0
|
@ -103,6 +103,7 @@ void SoftwareKeyboard::ExecuteInteractive() {
|
|||
void SoftwareKeyboard::Execute() {
|
||||
if (complete) {
|
||||
broker.PushNormalDataFromApplet(IStorage{final_data});
|
||||
broker.SignalStateChanged();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue