Blur UI tweaks.

This commit is contained in:
Greyson Parrelli
2020-06-03 18:51:38 -04:00
parent d86d625bcc
commit a2d8a25fd9
2 changed files with 0 additions and 5 deletions

View File

@@ -481,8 +481,6 @@ public final class ImageEditorFragment extends Fragment implements ImageEditorHu
Point size = result.imageSize;
if (faces.isEmpty()) {
Toast.makeText(requireContext(), R.string.ImageEditorFragment_no_faces_detected, Toast.LENGTH_SHORT).show();
imageEditorHud.setBlurFacesToggleEnabled(false);
cachedFaceDetection = null;
return;
}