Fix black drawables in night themes in share dialog (RouterActivity)
This commit is contained in:
parent
8837b54aab
commit
e70c153cd3
5 changed files with 5 additions and 5 deletions
|
|
@ -372,7 +372,7 @@ public class RouterActivity extends AppCompatActivity {
|
|||
final RadioButton radioButton = ListRadioIconItemBinding.inflate(inflater).getRoot();
|
||||
radioButton.setText(item.description);
|
||||
TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(radioButton,
|
||||
AppCompatResources.getDrawable(getApplicationContext(), item.icon),
|
||||
AppCompatResources.getDrawable(themeWrapperContext, item.icon),
|
||||
null, null, null);
|
||||
radioButton.setChecked(false);
|
||||
radioButton.setId(id++);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue