[mob][photos] Make add new person better tapable
This commit is contained in:
@@ -211,6 +211,7 @@ class _PersonActionSheetState extends State<PersonActionSheet> {
|
||||
itemBuilder: (context, index) {
|
||||
if (index == 0 && shouldShowAddPerson) {
|
||||
return GestureDetector(
|
||||
behavior: HitTestBehavior.opaque,
|
||||
child: const NewPersonItemWidget(),
|
||||
onTap: () async => {
|
||||
addNewPerson(
|
||||
|
||||
Reference in New Issue
Block a user