Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63038446 authored by Austin Delgado's avatar Austin Delgado Committed by Automerger Merge Worker
Browse files

Merge "Fix BP face icon being clickable with no action" into udc-d1-dev am: e43400a9

parents d85d5889 e43400a9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -305,6 +305,10 @@ object BiometricViewBinder {
                        .collect { onClick ->
                            iconViewOverlay.setOnClickListener(onClick)
                            iconView.setOnClickListener(onClick)
                            if (onClick == null) {
                                iconViewOverlay.isClickable = false
                                iconView.isClickable = false
                            }
                        }
                }