mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 00:08:12 +00:00
Blur UI tweaks.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user