We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282e32c commit 1ec77a4Copy full SHA for 1ec77a4
1 file changed
lib/js/src/manager/screen/_SoftButtonManagerBase.js
@@ -187,6 +187,7 @@ class _SoftButtonManagerBase extends _SubManagerBase {
187
} else if (!this._canRunTasks) { // helps reduces console log spam
188
console.log('SoftButtonManagerBase - Starting the transaction queue');
189
this._canRunTasks = true;
190
+ this._invokeTaskQueue();
191
}
192
193
0 commit comments