We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb36fa8 + 3cddd7f commit d182142Copy full SHA for d182142
DropdownAlert.js
@@ -310,7 +310,7 @@ export default class DropdownAlert extends Component {
310
if (IS_ANDROID) {
311
const { inactiveStatusBarBackgroundColor, activeStatusBarBackgroundColor, translucent } = this.props;
312
if (active) {
313
- const backgroundColor = activeStatusBarBackgroundColor;
+ let backgroundColor = activeStatusBarBackgroundColor;
314
const type = this.alertData.type;
315
if (type !== TYPE.custom) {
316
backgroundColor = this.getBackgroundColorForType(type);
0 commit comments