Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
safetcut-app
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
atichat
safetcut-app
Commits
b241735b
Commit
b241735b
authored
Sep 11, 2019
by
HaOuiha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a527b2ed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
screens/Private/TimerScreen/TimerScreen.js
+0
-28
No files found.
screens/Private/TimerScreen/TimerScreen.js
View file @
b241735b
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment