We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76bf5d commit f3f63a3Copy full SHA for f3f63a3
1 file changed
lib/js/src/manager/screen/_SoftButtonReplaceOperation.js
@@ -223,7 +223,7 @@ class _SoftButtonReplaceOperation extends _Task {
223
console.log('SoftButtonTransitionOperation: Soft button initial state artworks uploaded');
224
}
225
226
- return !successes.includes(false);
+ return true;
227
228
229
/**
@@ -262,7 +262,7 @@ class _SoftButtonReplaceOperation extends _Task {
262
console.log('SoftButtonTransitionOperation: Soft button other state artworks uploaded');
263
264
265
266
267
268
0 commit comments