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

Commit 2e7cb6f4 authored by Zoey Chen's avatar Zoey Chen
Browse files

[Le Audio] Remove the redundant code

Bug: 237375847
Test: manual
Change-Id: Ice64a61c92d87eee0981453640a1401e10d6fd83
parent c1078b43
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -232,8 +232,7 @@ public class QrCodeScanModeFragment extends InstrumentedFragment implements
    }

    private void updateSummary() {
        mSummary.setText(getString(R.string.bt_le_audio_scan_qr_code_scanner,
                null /* broadcast_name*/));;
        mSummary.setText(getString(R.string.bt_le_audio_scan_qr_code_scanner));
    }

    @Override