Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
240
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2022-240
240
Commits
05e376e6
Commit
05e376e6
authored
Oct 12, 2022
by
Malsha Rathnasiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix scroll issue
parent
e89570ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
MobileApp/screens/TabOneScreen.jsx
MobileApp/screens/TabOneScreen.jsx
+3
-2
backend/db.sqlite3
backend/db.sqlite3
+0
-0
backend/output.m4a
backend/output.m4a
+0
-0
No files found.
MobileApp/screens/TabOneScreen.jsx
View file @
05e376e6
...
@@ -164,7 +164,6 @@ export default function ChatScreen({ navigation }) {
...
@@ -164,7 +164,6 @@ export default function ChatScreen({ navigation }) {
// loadChatDetails() //remove
// loadChatDetails() //remove
loadChats
()
loadChats
()
}
}
}
}
inverted
sections=
{
chats
}
sections=
{
chats
}
keyExtractor=
{
(
item
,
index
)
=>
item
+
index
}
keyExtractor=
{
(
item
,
index
)
=>
item
+
index
}
...
@@ -200,7 +199,9 @@ export default function ChatScreen({ navigation }) {
...
@@ -200,7 +199,9 @@ export default function ChatScreen({ navigation }) {
)
)
}
}
}
}
invertStickyHeaders
invertStickyHeaders
renderSectionFooter=
{
({
section
:
{
title
}
})
=>
{
inverted
contentContainerStyle=
{
{
flexDirection
:
'
column-reverse
'
}
}
renderSectionHeader=
{
({
section
:
{
title
}
})
=>
{
var
date
=
""
var
date
=
""
if
(
new
Date
(
title
).
toLocaleDateString
()
==
new
Date
().
toLocaleDateString
())
{
if
(
new
Date
(
title
).
toLocaleDateString
()
==
new
Date
().
toLocaleDateString
())
{
date
=
"
Today
"
date
=
"
Today
"
...
...
backend/db.sqlite3
View file @
05e376e6
No preview for this file type
backend/output.m4a
View file @
05e376e6
No preview for this file type
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