Skip to content

Commit 61e1918

Browse files
authored
Merge pull request #486 from smartdevicelink/bugfix/softbutton-tasks
Add invokeTaskQueue to SoftButtonManager
2 parents 282e32c + 1ec77a4 commit 61e1918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/js/src/manager/screen/_SoftButtonManagerBase.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ class _SoftButtonManagerBase extends _SubManagerBase {
187187
} else if (!this._canRunTasks) { // helps reduces console log spam
188188
console.log('SoftButtonManagerBase - Starting the transaction queue');
189189
this._canRunTasks = true;
190+
this._invokeTaskQueue();
190191
}
191192
}
192193

0 commit comments

Comments
 (0)