fixed auth pages sizes and push notification navigate bug
This commit is contained in:
@@ -38,9 +38,11 @@ class AppShellScreen extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return ResponsiveBuilder(
|
||||
mobile: MobileShellPage(
|
||||
navigationShell: navigationShell,
|
||||
onTap: (value) => _gotoBranch(value, context),
|
||||
mobile: SafeArea(
|
||||
child: MobileShellPage(
|
||||
navigationShell: navigationShell,
|
||||
onTap: (value) => _gotoBranch(value, context),
|
||||
),
|
||||
),
|
||||
tablet: TabletShellPage(
|
||||
navigationShell: navigationShell,
|
||||
|
||||
Reference in New Issue
Block a user