Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b0e08ec authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 8f793f5e e960694a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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