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 9045df55ae
commit 0b6a4ed5f7

View File

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