add missing style
This commit is contained in:
parent
786d517517
commit
575721589a
@ -881,7 +881,7 @@ CGFloat const PanelAnimationDuration = 0.2;
|
|||||||
return self.topAlertView.statusBarStyle;
|
return self.topAlertView.statusBarStyle;
|
||||||
} else {
|
} else {
|
||||||
UIStatusBarStyle style = [self getDefaultStatusBarStyle];
|
UIStatusBarStyle style = [self getDefaultStatusBarStyle];
|
||||||
[self.topAlertView resetDefaultBackgroundColor:[self getDefaultStatusBarBackgroundColor] basedOnStatusBarStyle:[self getDefaultStatusBarStyle]];
|
[self.topAlertView resetDefaultBackgroundColor:[self getDefaultStatusBarBackgroundColor] basedOnStatusBarStyle:style];
|
||||||
return style;
|
return style;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user