Merge "[Le Audio] Remove the redundant code"

This commit is contained in:
TreeHugger Robot
2022-06-29 05:32:47 +00:00
committed by Android (Google) Code Review

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