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 5 years ago
commit fd46259701

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

Loading…
Cancel
Save