mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 20:55:10 +00:00
Update blur face button state on clear all while image editing.
This commit is contained in:
@@ -622,6 +622,7 @@ public final class ImageEditorFragment extends Fragment implements ImageEditorHu
|
||||
public void onClearAll() {
|
||||
if (imageEditorView != null) {
|
||||
imageEditorView.getModel().clearUndoStack();
|
||||
imageEditorHud.setBlurFacesToggleEnabled(false);
|
||||
updateHudDialRotation();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user