Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InvestCustomer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Giang Tran
InvestCustomer
Commits
4d4a03d6
Commit
4d4a03d6
authored
Jul 02, 2021
by
Nguyễn Thị Thúy
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/build_01_July' into build_01_July
parents
0d96da5a
67cfa329
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
build.gradle
android/app/build.gradle
+2
-2
Calendar.js
src/Screens/NewFeed/Calendar/Calendar.js
+7
-6
No files found.
android/app/build.gradle
View file @
4d4a03d6
...
...
@@ -132,8 +132,8 @@ android {
applicationId
"com.dcv.invest"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
1
8
versionName
"2.
2
"
versionCode
1
9
versionName
"2.
3
"
vectorDrawables
.
useSupportLibrary
=
true
}
splits
{
...
...
src/Screens/NewFeed/Calendar/Calendar.js
View file @
4d4a03d6
...
...
@@ -48,18 +48,19 @@ const NewFeed = (props) => {
index
=
i
;
break
;
}
else
{
index
=
30
-
today
.
substring
(
8
);
index
=
data
.
length
-
today
.
substring
(
8
);
}
}
setTimeout
(()
=>
{
ListDayRef
.
current
.
scrollToIndex
({
animated
:
true
,
index
:
index
,
});
if
(
index
>
0
)
{
ListDayRef
.
current
.
scrollToIndex
({
animated
:
true
,
index
:
index
,
});
}
},
200
);
}
};
const
getItemLayout
=
(
data
,
index
)
=>
({
length
:
100
,
offset
:
50
*
index
,
...
...
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