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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user