Replace inkWell with GestureDetector
This commit is contained in:
parent
ced65cdefb
commit
1ef0966863
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class _AddParticipantPage extends State<AddParticipantPage> {
|
|||
},
|
||||
),
|
||||
const SizedBox(height: 12),
|
||||
InkWell(
|
||||
GestureDetector(
|
||||
onTap: () async {
|
||||
if ((selectedEmail == '' && !_emailIsValid)) {
|
||||
await showErrorDialog(
|
||||
|
|
Loading…
Add table
Reference in a new issue