changed incident view all validation to 5

parent 906939d6
......@@ -72,7 +72,7 @@ android {
vportal {
applicationId "com.vsoft.vera.vportal"
versionCode 1
versionName "0.2.4"
versionName "0.2.5"
}
}
}
......
......@@ -479,7 +479,7 @@ public class ChatMessageAdapter extends RecyclerView.Adapter<ChatMessageAdapter.
String[] stringArray1 = splitMessage.split(" ");
int incidentNumber = Integer.parseInt(stringArray1[0]);
if(incidentNumber <= 6 ){
if(incidentNumber <= 5 ){
hr_text_layt.setVisibility(View.VISIBLE);
mHRMessageView.setVisibility(View.VISIBLE);
viewAllBT.setVisibility(View.GONE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment