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

Commit 4f9e325f authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

LeAudioTestApp: Fix invalid listener check

Bug: 331775328
Flag: TEST_ONLY
Test: mmm LeAudioTestApp
Change-Id: Iacf0f5ac9a53dc8a8ba85de0ef9f430b9eaed682
parent 568e7257
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()));