|
|
@@ -252,7 +252,7 @@ export default class ViewCampaign extends Component {
|
|
|
<EndView/>
|
|
|
</ScrollView>
|
|
|
{ !this.state.showTitleBar &&
|
|
|
- <View style={styles.toolbar}>
|
|
|
+ <View style={[styles.toolbar, {top: statusHeight + 4}]}>
|
|
|
<BackButton style={styles.backIcon} color={"#F0F0F0"}/>
|
|
|
</View>
|
|
|
}
|
|
|
@@ -280,7 +280,6 @@ const styles = StyleSheet.create({
|
|
|
width: 48,
|
|
|
height: 48,
|
|
|
zIndex: 2,
|
|
|
- marginTop: statusHeight + 4,
|
|
|
marginLeft: 4,
|
|
|
alignItems: 'center',
|
|
|
justifyContent: 'center'
|