Skip to content
Snippets Groups Projects

Added Notifications

Merged Lucas Braz Cunha requested to merge notification into develop
44 files
+ 2137
298
Compare changes
  • Side-by-side
  • Inline
Files
44
@@ -37,7 +37,7 @@ public class SchedulesExpandableListAdapter extends BaseExpandableListAdapter {
this.context = context;
this.expandableListTitle = expandableListTitle;
this.expandableListDetail = expandableListDetail;
dateFormat = new SimpleDateFormat(Utils.DATE_FORMAT, Locale.getDefault());
dateFormat = new SimpleDateFormat(Utils.DATE_HOUR_FORMAT, Locale.getDefault());
}
@Override
Loading