set up business back busson fix

This commit is contained in:
2024-12-14 23:06:15 +02:00
parent 9212dbd8f2
commit 0356c38a7b

View File

@@ -111,7 +111,7 @@ class _MIHHomeState extends State<MIHHome> {
tileList.add(MIHTile( tileList.add(MIHTile(
videoID: "Nfp4pVBZL78", videoID: "Nfp4pVBZL78",
onTap: () { onTap: () {
Navigator.of(context).popAndPushNamed( Navigator.of(context).pushNamed(
'/business-profile/set-up', '/business-profile/set-up',
arguments: widget.signedInUser, arguments: widget.signedInUser,
); );
@@ -914,10 +914,9 @@ class _MIHHomeState extends State<MIHHome> {
padding: EdgeInsets.only( padding: EdgeInsets.only(
left: width / 10, left: width / 10,
right: width / 10, right: width / 10,
//bottom: height / 5, bottom: height / 15,
//top: 20, //top: 20,
), ),
// physics: ,
// shrinkWrap: true, // shrinkWrap: true,
itemCount: searchApp(pbswitch[_selectedIndex], appSearch).length, itemCount: searchApp(pbswitch[_selectedIndex], appSearch).length,
gridDelegate: const SliverGridDelegateWithMaxCrossAxisExtent( gridDelegate: const SliverGridDelegateWithMaxCrossAxisExtent(