no message

pull/272/head
Sultan khan 8 hours ago
parent 54a6a5cd90
commit 56d593430d

@ -1787,12 +1787,6 @@ abstract class LocaleKeys {
static const selectBloodDonationCity = 'selectBloodDonationCity';
static const selectBloodDonationGender = 'selectBloodDonationGender';
static const selectBloodType = 'selectBloodType';
static const startLiveChat = 'startLiveChat';
static const followUsOn = 'followUsOn';
static const followUsOnX = 'followUsOnX';
static const likeUsOnFB = 'likeUsOnFB';
static const watchUsOnYoutube = 'watchUsOnYoutube';
static const connectOnLinkedin = 'connectOnLinkedin';
static const networkErrorTitle = 'networkErrorTitle';
static const networkErrorMessage = 'networkErrorMessage';
static const networkConnectionReset = 'networkConnectionReset';
@ -1801,5 +1795,11 @@ abstract class LocaleKeys {
static const networkErrorWhileFetching = 'networkErrorWhileFetching';
static const networkPleaseCheckInternet = 'networkPleaseCheckInternet';
static const networkServerErrorNoMessage = 'networkServerErrorNoMessage';
static const startLiveChat = 'startLiveChat';
static const followUsOn = 'followUsOn';
static const followUsOnX = 'followUsOnX';
static const likeUsOnFB = 'likeUsOnFB';
static const watchUsOnYoutube = 'watchUsOnYoutube';
static const connectOnLinkedin = 'connectOnLinkedin';
}

@ -262,7 +262,7 @@ class _AppointmentDetailsPageState extends State<AppointmentDetailsPage> {
Expanded(
child: CollapsingListView(
title: LocaleKeys.appointmentDetails.tr(context: context),
report: AppointmentType.isArrived(widget.patientAppointmentHistoryResponseModel)
report: AppointmentType.isArrived(widget.patientAppointmentHistoryResponseModel) || widget.patientAppointmentHistoryResponseModel.isLiveCareAppointment! || widget.patientAppointmentHistoryResponseModel.isClinicReBookingAllowed! ==false || widget.patientAppointmentHistoryResponseModel.isActiveDoctor! == false
? () {
contactUsViewModel.setSelectedFeedbackType(FeedbackType(id: 1, nameEN: "Complaint for appointment", nameAR: 'شكوى على موعد'));
contactUsViewModel.setPatientFeedbackSelectedAppointment(widget.patientAppointmentHistoryResponseModel);

Loading…
Cancel
Save