Skip to content

Commit 4bf1e3b

Browse files
committed
Revert ":pencil: Allowing android to set primary color"
This reverts commit cc74967.
1 parent cc74967 commit 4bf1e3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,9 @@ 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') {
489490
Instabug.setPrimaryColor(primaryColor);
491+
}
490492
},
491493

492494
/**

0 commit comments

Comments
 (0)