Update blur face button state on clear all while image editing.

This commit is contained in:
Sagar
2025-03-27 00:43:46 +05:30
committed by GitHub
parent 8f5f1b8906
commit 857306d7a3

View File

@@ -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();
}
}