mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-14 16:58:10 +02:00
parent
cfeb5c9837
commit
059096e1be
2 changed files with 5 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
|||
*.o
|
||||
*.swp
|
||||
_build
|
||||
__pycache__
|
||||
|
|
@ -669,16 +669,12 @@ emulation_identify (FpDevice *device)
|
|||
fpi_device_get_identify_data (device, &gallery);
|
||||
|
||||
if (self->emulation_prints->len > 0 && gallery && gallery->len > 0)
|
||||
{
|
||||
fpi_device_identify_report (device,
|
||||
g_ptr_array_index (gallery, 0),
|
||||
g_ptr_array_index (self->emulation_prints, 0),
|
||||
NULL);
|
||||
}
|
||||
fpi_device_identify_report (device,
|
||||
g_ptr_array_index (gallery, 0),
|
||||
g_ptr_array_index (self->emulation_prints, 0),
|
||||
NULL);
|
||||
else
|
||||
{
|
||||
fpi_device_identify_report (device, NULL, NULL, NULL);
|
||||
}
|
||||
fpi_device_identify_report (device, NULL, NULL, NULL);
|
||||
|
||||
fpi_device_identify_complete (device, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue