Fix bad theming on audio device selection popup.

This commit is contained in:
Alex Hart
2020-12-07 15:32:43 -04:00
parent be53bfa88f
commit aff00615cb
2 changed files with 6 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ public class WebRtcAudioOutputToggleButton extends AppCompatImageView {
rv.setLayoutManager(new LinearLayoutManager(getContext(), LinearLayoutManager.VERTICAL, false));
rv.setAdapter(adapter);
picker = new AlertDialog.Builder(getContext())
picker = new AlertDialog.Builder(getContext(), R.style.Theme_Signal_AlertDialog_Dark_Cornered)
.setTitle(R.string.WebRtcAudioOutputToggle__audio_output)
.setView(rv)
.setCancelable(true)