Dalton-47 / HOSPITAL-APPOINTMENT-APPLICATION-PROJECT

A mobile application that helps patients to book appointments with doctors easily as well having consultations remotely with verified doctors. Database - Firebase Realtime Database.
MIT License
2 stars 0 forks source link

Appointment's activity unexpected crash #1

Closed LKygo closed 1 year ago

LKygo commented 1 year ago

Appointments activity unexpectedly crashes when logged in as patient

Dalton-47 commented 1 year ago

I have fixed this issue. It was crashing unexpectedly when you open the patients Appointments layout screen because i had asserted that data read into the recyclerView cannot be null and had not considered new patients without any appointment.