[mob] Minor change
This commit is contained in:
parent
b48cb84100
commit
ad73496c4d
1 changed files with 1 additions and 4 deletions
|
@ -55,10 +55,7 @@ class _FaceWidgetState extends State<FaceWidget> {
|
|||
final ImageProvider imageProvider = MemoryImage(snapshot.data!);
|
||||
return GestureDetector(
|
||||
onTap: () async {
|
||||
if (widget.editMode) {
|
||||
_cornerIconPressed();
|
||||
return;
|
||||
}
|
||||
if (widget.editMode) return;
|
||||
|
||||
log(
|
||||
"FaceWidget is tapped, with person ${widget.person} and clusterID ${widget.clusterID}",
|
||||
|
|
Loading…
Add table
Reference in a new issue