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

Commit fa76e4cc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "LeAudioTestApp: Fix invalid listener check" into main

parents 55e3af41 4f9e325f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1269,7 +1269,7 @@ public class LeAudioRecycleViewAdapter
                    (compoundButton, b) -> {
                        if (!compoundButton.isActivated()) return;

                        if (bassInteractionListener != null) {
                        if (hapInteractionListener != null) {
                            if (b)
                                hapInteractionListener.onConnectClick(
                                        devices.get(ViewHolder.this.getAdapterPosition()));