mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Fix avatar photo editing.
This commit is contained in:
@@ -293,6 +293,10 @@ public final class ImageEditorFragment extends Fragment implements ImageEditorHu
|
||||
imageEditorHud.enterMode(ImageEditorHudV2.Mode.CROP);
|
||||
}
|
||||
|
||||
if (mode == Mode.AVATAR_EDIT) {
|
||||
imageEditorHud.enterMode(ImageEditorHudV2.Mode.DRAW);
|
||||
}
|
||||
|
||||
imageEditorView.setModel(editorModel);
|
||||
|
||||
if (!SignalStore.tooltips().hasSeenBlurHudIconTooltip()) {
|
||||
|
||||
Reference in New Issue
Block a user