Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix segfault when adding a model via howdy-gtk
On all test machines available to me (3), the "map" event was apparently fired before the "Please look directly into the camera" dialog was finally created. Therefore, the dialog was not displayed at all when scanning a face, and a segfault occurred when calling destroy(). Copied the code from onboarding.py, it works well there.
- Loading branch information