mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-25 19:44:50 +00:00
Merge branch 'master' into dev
This commit is contained in:
@@ -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++);
|
||||
|
||||
@@ -2077,6 +2077,7 @@ public final class Player implements
|
||||
Log.d(TAG, "onBuffering() called");
|
||||
}
|
||||
binding.loadingPanel.setBackgroundColor(Color.TRANSPARENT);
|
||||
binding.loadingPanel.setVisibility(View.VISIBLE);
|
||||
|
||||
binding.getRoot().setKeepScreenOn(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user