Commit b241735b by HaOuiha

update

parent a527b2ed
......@@ -53,12 +53,8 @@ const initTimeSetting = {
const initState = {
...initTimeSetting,
isAddVisible: false,
<<<<<<< Updated upstream:screens/Private/TimerScreen/TimerScreen.ios.js
isfilterVisible: false,
=======
isFilterVisible: false,
isModalVisible: false,
>>>>>>> Stashed changes:screens/Private/TimerScreen/TimerScreen.js
search: '',
filter: false,
......@@ -629,22 +625,6 @@ class TimerScreen extends Component {
animationType="fade"
visible={this.state.isFilterVisible}
>
<<<<<<< Updated upstream:screens/Private/TimerScreen/TimerScreen.ios.js
<Modal2
swipeArea={45}
swipeThreshold={65}
backdropPressToClose={false}
style={[styles.filterModal]}
position={'bottom'}
isOpen={this.state.isfilterVisible}
onClosed={() => {
this.setState({ isfilterVisible: false });
}}
>
{this.renderFilterModal()}
</Modal2>
</Modal>
=======
<Modal
swipeArea={45}
swipeThreshold={65}
......@@ -762,7 +742,6 @@ class TimerScreen extends Component {
</ScrollView>
</Modal>
</BackdropModal>
>>>>>>> Stashed changes:screens/Private/TimerScreen/TimerScreen.js
</>
);
}
......@@ -860,15 +839,8 @@ const styles = StyleSheet.create({
filterHeaderContainer: {
...theme.rowContainer,
justifyContent: 'space-between',
<<<<<<< Updated upstream:screens/Private/TimerScreen/TimerScreen.ios.js
paddingBottom: 10,
borderBottomColor: 'rgba(189, 192, 200, 0.3)',
borderBottomWidth: 1,
},
=======
},
>>>>>>> Stashed changes:screens/Private/TimerScreen/TimerScreen.js
checkboxContainer: {
borderColor: 'transparent',
backgroundColor: color.white,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment