Skip to content

Commit f3f63a3

Browse files
committed
Updates based on feedback
1 parent d76bf5d commit f3f63a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/js/src/manager/screen/_SoftButtonReplaceOperation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ class _SoftButtonReplaceOperation extends _Task {
223223
console.log('SoftButtonTransitionOperation: Soft button initial state artworks uploaded');
224224
}
225225

226-
return !successes.includes(false);
226+
return true;
227227
}
228228

229229
/**
@@ -262,7 +262,7 @@ class _SoftButtonReplaceOperation extends _Task {
262262
console.log('SoftButtonTransitionOperation: Soft button other state artworks uploaded');
263263
}
264264

265-
return !successes.includes(false);
265+
return true;
266266
}
267267

268268
/**

0 commit comments

Comments
 (0)