mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 11:15:44 +00:00
Resize the image when entering crop mode.
This commit is contained in:
@@ -742,7 +742,7 @@ public final class ImageEditorFragment extends Fragment implements ImageEditorHu
|
||||
}
|
||||
|
||||
private static boolean shouldScaleViewPort(@NonNull ImageEditorHudV2.Mode mode) {
|
||||
return mode != ImageEditorHudV2.Mode.NONE && mode != ImageEditorHudV2.Mode.CROP;
|
||||
return mode != ImageEditorHudV2.Mode.NONE;
|
||||
}
|
||||
|
||||
private void performSaveToDisk() {
|
||||
|
||||
Reference in New Issue
Block a user