Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
vera_2.1_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3be92f3a
authored
Oct 15, 2019
by
Krishna Vemulawada
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
changed incident view all validation to 5
parent
906939d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/build.gradle
app/src/main/java/com/vsoft/vera/adapters/ChatMessageAdapter.java
app/build.gradle
View file @
3be92f3a
...
@@ -72,7 +72,7 @@ android {
...
@@ -72,7 +72,7 @@ android {
vportal
{
vportal
{
applicationId
"com.vsoft.vera.vportal"
applicationId
"com.vsoft.vera.vportal"
versionCode
1
versionCode
1
versionName
"0.2.
4
"
versionName
"0.2.
5
"
}
}
}
}
}
}
...
...
app/src/main/java/com/vsoft/vera/adapters/ChatMessageAdapter.java
View file @
3be92f3a
...
@@ -479,7 +479,7 @@ public class ChatMessageAdapter extends RecyclerView.Adapter<ChatMessageAdapter.
...
@@ -479,7 +479,7 @@ public class ChatMessageAdapter extends RecyclerView.Adapter<ChatMessageAdapter.
String
[]
stringArray1
=
splitMessage
.
split
(
" "
);
String
[]
stringArray1
=
splitMessage
.
split
(
" "
);
int
incidentNumber
=
Integer
.
parseInt
(
stringArray1
[
0
]);
int
incidentNumber
=
Integer
.
parseInt
(
stringArray1
[
0
]);
if
(
incidentNumber
<=
6
){
if
(
incidentNumber
<=
5
){
hr_text_layt
.
setVisibility
(
View
.
VISIBLE
);
hr_text_layt
.
setVisibility
(
View
.
VISIBLE
);
mHRMessageView
.
setVisibility
(
View
.
VISIBLE
);
mHRMessageView
.
setVisibility
(
View
.
VISIBLE
);
viewAllBT
.
setVisibility
(
View
.
GONE
);
viewAllBT
.
setVisibility
(
View
.
GONE
);
...
...
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