From cb8508596940ecb3e99af8c265deddea0620fc67 Mon Sep 17 00:00:00 2001 From: hussam al-habibeh Date: Mon, 1 Nov 2021 16:08:36 +0200 Subject: [PATCH] show bottom nav in pharmacy all pages --- lib/pages/pharmacy/profile/profile.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pages/pharmacy/profile/profile.dart b/lib/pages/pharmacy/profile/profile.dart index b9db9f29..dd4b908d 100644 --- a/lib/pages/pharmacy/profile/profile.dart +++ b/lib/pages/pharmacy/profile/profile.dart @@ -93,9 +93,10 @@ class _ProfilePageState extends State { }, builder: (_, model, wi) => AppScaffold( appBarTitle: TranslationBase.of(context).myAccount, - isShowAppBar: false, + isShowAppBar: true, isShowDecPage: true, isPharmacy: true, + //isBottomBar: true, isMainPharmacyPages: true, body: user != null