|
@@ -252,7 +252,7 @@ export default class ViewCampaign extends Component {
|
|
|
<EndView/>
|
|
<EndView/>
|
|
|
</ScrollView>
|
|
</ScrollView>
|
|
|
{ !this.state.showTitleBar &&
|
|
{ !this.state.showTitleBar &&
|
|
|
- <View style={[styles.toolbar, {top: statusHeight + 4}]}>
|
|
|
|
|
|
|
+ <View style={[styles.toolbar, {top: statusHeight}]}>
|
|
|
<BackButton style={styles.backIcon} color={"#F0F0F0"}/>
|
|
<BackButton style={styles.backIcon} color={"#F0F0F0"}/>
|
|
|
</View>
|
|
</View>
|
|
|
}
|
|
}
|