update all screens with pulldown to refresh as false & reload home on back
This commit is contained in:
@@ -288,6 +288,10 @@ class _ManageBusinessProfileState extends State<ManageBusinessProfile> {
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
Navigator.of(context).pop();
|
||||
|
||||
Navigator.of(context).popAndPushNamed(
|
||||
'/',
|
||||
);
|
||||
},
|
||||
);
|
||||
}
|
||||
@@ -376,6 +380,8 @@ class _ManageBusinessProfileState extends State<ManageBusinessProfile> {
|
||||
actionDrawer: null,
|
||||
secondaryActionDrawer: null,
|
||||
bottomNavBar: null,
|
||||
pullDownToRefresh: false,
|
||||
onPullDown: () async {},
|
||||
);
|
||||
// return Scaffold(
|
||||
// // appBar: const MIHAppBar(
|
||||
|
||||
@@ -441,6 +441,8 @@ class _ProfileBusinessAddState extends State<ProfileBusinessAdd> {
|
||||
actionDrawer: null,
|
||||
secondaryActionDrawer: null,
|
||||
bottomNavBar: null,
|
||||
pullDownToRefresh: false,
|
||||
onPullDown: () async {},
|
||||
);
|
||||
|
||||
// return Scaffold(
|
||||
|
||||
Reference in New Issue
Block a user