|
|
|
@ -60,8 +60,7 @@ class InterventionHistoryBottomSheet extends StatelessWidget {
|
|
|
|
isAccepted: true,
|
|
|
|
isAccepted: true,
|
|
|
|
interventionID: interventionList[index].interventionId.toString(),
|
|
|
|
interventionID: interventionList[index].interventionId.toString(),
|
|
|
|
successMessage: TranslationBase.of(context).interventionAcceptedSuccessfully,
|
|
|
|
successMessage: TranslationBase.of(context).interventionAcceptedSuccessfully,
|
|
|
|
errorMessage: TranslationBase.of(context).unableToPerformTheAction
|
|
|
|
errorMessage: TranslationBase.of(context).unableToPerformTheAction);
|
|
|
|
);
|
|
|
|
|
|
|
|
Navigator.pop(context);
|
|
|
|
Navigator.pop(context);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onRejectClick: (intervention, remarks) {
|
|
|
|
onRejectClick: (intervention, remarks) {
|
|
|
|
|