Skip to content

Commit

Permalink
Fix passcode dialog height
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Sep 4, 2023
1 parent d7a7769 commit 9777ac4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/checkInByEmailScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,8 @@ class _CheckInByEmailScreenState extends State<CheckInByEmailScreen> {
AlertDialog(
title: Text(resultItem['name']),
content: Column(
mainAxisSize: MainAxisSize.min,
children: [
Visibility(
visible: showModalProgress,
child:
LinearProgressIndicator(
value: null)),
Text(resultItem['email'],
style: TextStyle(
fontSize: 20)),
Expand Down

0 comments on commit 9777ac4

Please sign in to comment.