Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Santhosh
Agile24X7-Mobile-singledb
Commits
2536fbe4
Commit
2536fbe4
authored
3 years ago
by
santhosh
Browse files
Options
Download
Email Patches
Plain Diff
last message
parent
42e8f064
master
4-mysql-agile-mobile
mysql-agile-mobile
mysql-dev-agile-mobile
postgress-dev-agile-mobile
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/AdminComponets/AdminReports1.js
+1
-1
src/AdminComponets/AdminReports1.js
src/UserComponents/UserGroupChat.js
+4
-0
src/UserComponents/UserGroupChat.js
with
5 additions
and
1 deletion
+5
-1
src/AdminComponets/AdminReports1.js
View file @
2536fbe4
...
...
@@ -166,7 +166,7 @@ export default class AdminReports1 extends Component {
AsyncStorage
.
getItem
(
"
userName
"
,
(
err
,
res
)
=>
{
const
userName
=
res
;
const
[,
extension
]
=
userName
.
split
(
'
@
'
)
//
const [, extension] = userName.split('@')
AsyncStorage
.
getItem
(
"
userToken
"
,
(
err
,
res
)
=>
{
this
.
setState
({
empId
:
res
});
// alert(extension)
...
...
This diff is collapsed.
Click to expand it.
src/UserComponents/UserGroupChat.js
View file @
2536fbe4
...
...
@@ -343,6 +343,10 @@ class ListItem extends React.Component {
<
/View
>
<
/View
>
<
View
style
=
{{
flexDirection
:
'
row
'
}}
>
<
Text
style
=
{{
color
:
'
#214274
'
,}}
>
{
getLastMsgSendBy
(
this
.
state
.
dataSource2
,
item
.
id
)
}
<
/Text
>
<
Text
style
=
{{
color
:
'
black
'
,
paddingLeft
:
10
,
fontSize
:
10
,
paddingTop
:
3
}}
>
{
getLastMsgTime
(
this
.
state
.
dataSource2
,
item
.
id
)}
<
/Text
>
<
/View
>
<
Text
style
=
{{
width
:
'
60%
'
,
color
:
'
grey
'
}}
>
{
getLastMsg
(
this
.
state
.
dataSource2
,
item
.
id
)}
<
/Text
>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help