Merge branch 'bottom_nav_pharmacy' into 'development'

show bottom nav in pharmacy all pages

See merge request Cloud_Solution/diplomatic-quarter!479
merge-update-with-lab-changes
Mohammad Aljammal 4 years ago
commit fd46259701

@ -93,9 +93,10 @@ class _ProfilePageState extends State<PharmacyProfilePage> {
},
builder: (_, model, wi) => AppScaffold(
appBarTitle: TranslationBase.of(context).myAccount,
isShowAppBar: false,
isShowAppBar: true,
isShowDecPage: true,
isPharmacy: true,
//isBottomBar: true,
isMainPharmacyPages: true,
body: user != null

Loading…
Cancel
Save