Skip to content

Commit cc74967

Browse files
committed
📝 Allowing android to set primary color
1 parent 9abcb8f commit cc74967

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)