Fix compile warnings due to non-varargs call of varargs method

Bug: 245384099

Test: manual
Change-Id: Ie25c53b20cad318097ff17b7df0b4dd9ffeb4a32
Merged-In: Ib225d185b6f15463f4fae809e0cdaa25920d52af
This commit is contained in:
Shen Lin
2022-09-06 19:10:35 +08:00
committed by Betty Chang
parent 6672e37864
commit e960694a15

View File

@@ -232,8 +232,7 @@ public class QrCodeScanModeFragment extends InstrumentedFragment implements
} }
private void updateSummary() { private void updateSummary() {
mSummary.setText(getString(R.string.bt_le_audio_scan_qr_code_scanner, mSummary.setText(R.string.bt_le_audio_scan_qr_code_scanner);
null /* broadcast_name*/));;
} }
@Override @Override