Skip to content

Commit 371cb10

Browse files
committed
✏️ Allowing android to change primary color
1 parent 4bf1e3b commit 371cb10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,7 @@ const InstabugModule = {
486486
* @param {color} primaryColor A color to set the UI elements of the SDK to.
487487
*/
488488
setPrimaryColor: function(primaryColor) {
489-
if (Platform.OS == 'ios') {
490489
Instabug.setPrimaryColor(primaryColor);
491-
}
492490
},
493491

494492
/**

0 commit comments

Comments
 (0)