jira bugs

merge-requests/291/head
hussam al-habibeh 4 years ago
parent f9b8191a5e
commit a6ec7326b2

@ -169,10 +169,11 @@ class _MyVaccinesState extends State<MyVaccines> {
width: double.infinity,
// height: 80.0,
child: Button(
disabled: true,
label: TranslationBase.of(context).checkVaccineAvailability,
backgroundColor: Color(0xff9EA3A4),
onTap: () =>
Navigator.push(context, FadePage(page: MyVaccinesItemPage())),
onTap: () => Navigator.push(
context, FadePage(page: MyVaccinesItemPage())),
),
),
if (projectViewModel.havePrivilege(27))
@ -187,8 +188,8 @@ class _MyVaccinesState extends State<MyVaccines> {
loading: model.state == ViewState.BusyLocal,
onTap: () async {
model.sendEmail(
message:
TranslationBase.of(context).emailSentSuccessfully);
message: TranslationBase.of(context)
.emailSentSuccessfully);
},
),
),

Loading…
Cancel
Save