We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 282e32c + 1ec77a4 commit 61e1918Copy full SHA for 61e1918
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