Skip to content
GitLab
Menu
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
40d8601b
Commit
40d8601b
authored
3 years ago
by
santhosh
Browse files
Options
Download
Email Patches
Plain Diff
prview
parent
10380737
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CommonComponents/AdminChatUser.js
+4
-4
src/CommonComponents/AdminChatUser.js
with
4 additions
and
4 deletions
+4
-4
src/CommonComponents/AdminChatUser.js
View file @
40d8601b
...
...
@@ -337,7 +337,7 @@ export default class AdminChatUser extends Component {
}
openGallery1
(){
const
images
=
this
.
state
.
images
1
;
const
images
=
this
.
state
.
images
;
// // alert(JSON.stringify(images))
// this.setState({
// images1: images,
...
...
@@ -396,14 +396,14 @@ export default class AdminChatUser extends Component {
openGallery
=
async
()
=>
{
// alert("clicked")
const
images
1
=
await
launchImageLibrary
(
options
);
const
images
=
await
launchImageLibrary
(
options
);
// alert(JSON.stringify(images))
this
.
setState
({
images
1
:
images
,
images
:
images
,
uri
:
images
.
assets
[
0
].
uri
,
SendImg
:
true
})
// alert("images" + JSON.stringify(this.state.images
1
))
//
alert("images" + JSON.stringify(this.state.images))
}
...
...
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