mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-30 22:17:00 +00:00
Fix issue with view-once toggle and face blurring.
This commit is contained in:
@@ -201,7 +201,9 @@ public final class ImageEditorHud extends LinearLayout {
|
||||
}
|
||||
|
||||
public void setBlurFacesToggleEnabled(boolean enabled) {
|
||||
blurToggle.setOnCheckedChangeListener(null);
|
||||
blurToggle.setChecked(enabled);
|
||||
blurToggle.setOnCheckedChangeListener((button, value) -> eventListener.onBlurFacesToggled(value));
|
||||
}
|
||||
|
||||
public void showBlurHudTooltip() {
|
||||
|
||||
Reference in New Issue
Block a user