[Le Audio] Remove the redundant code

Bug: 237375847
Test: manual
Change-Id: Ice64a61c92d87eee0981453640a1401e10d6fd83
This commit is contained in:
Zoey Chen
2022-06-28 19:40:05 +08:00
parent c1078b43b3
commit 2e7cb6f40f

View File

@@ -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