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

Commit 04f157c7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "If deviceEntryIconView isn't visible, clickable=false" into main

parents cd049d63 14b3cc4f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ object DeviceEntryIconViewBinder {
                    launch("$TAG#viewModel.isVisible") {
                        viewModel.isVisible.collect { isVisible ->
                            longPressHandlingView.isInvisible = !isVisible
                            view.isClickable = isVisible
                        }
                    }
                    launch("$TAG#viewModel.isLongPressEnabled") {