We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cefe40 commit 37c86b1Copy full SHA for 37c86b1
app/src/main/java/tk/therealsuji/vtopchennai/adapters/ExamsItemAdapter.java
@@ -88,6 +88,7 @@ public void setExamItem(Exam.AllData examItem) {
88
TextView timings = this.examItem.findViewById(R.id.text_view_timings);
89
TextView venue = this.examItem.findViewById(R.id.text_view_venue);
90
ChipGroup slots = this.examItem.findViewById(R.id.chip_group_slots);
91
+ slots.removeAllViews();
92
93
SimpleDateFormat dateFormat = new SimpleDateFormat("dd-MMM-yyyy", Locale.ENGLISH);
94
SimpleDateFormat timeFormat = new SimpleDateFormat("HH:mm", Locale.ENGLISH);
0 commit comments