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

This commit is contained in:
Treehugger Robot
2022-09-14 04:16:30 +00:00
committed by Gerrit 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(R.string.bt_le_audio_scan_qr_code_scanner);
}
@Override