Skip to content

Commit

Permalink
feat: not dismissible registration dialog (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-molinski authored Oct 1, 2024
1 parent 7240798 commit b8063be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class RegistrationDialog extends StatelessWidget {
context: context,
routeSettings: const RouteSettings(name: '/registration'),
builder: (context) => const RegistrationDialog._(),
barrierDismissible: false,
);
}

Expand Down

0 comments on commit b8063be

Please sign in to comment.