Skip to content

Commit

Permalink
feat: add workflows flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
amaralkaff committed Oct 31, 2024
1 parent 5d2785b commit 6e5eee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/views/splash_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ class _SplashScreenState extends State<SplashScreen> {

@override
Widget build(BuildContext context) {
return WillPopScope(
onWillPop: () async => false,
return PopScope(
canPop: false,
child: BlocListener<AuthCubit, AuthState>(
listener: (context, state) {
if (state.status != AuthStatus.authenticated) {
Expand Down

0 comments on commit 6e5eee7

Please sign in to comment.