mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
fix bugs and fix send otp and sp-392 and sp-372
This commit is contained in:
@ -12,7 +12,11 @@ class HomeWebPage extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
Size size = MediaQuery.of(context).size;
|
||||
return WebScaffold(
|
||||
return PopScope(
|
||||
canPop: false,
|
||||
onPopInvoked: (didPop) => false,
|
||||
child:
|
||||
WebScaffold(
|
||||
enableMenuSideba: false,
|
||||
appBarTitle: Row(
|
||||
children: [
|
||||
@ -74,6 +78,6 @@ class HomeWebPage extends StatelessWidget {
|
||||
);
|
||||
},
|
||||
),
|
||||
));
|
||||
)));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user