kopia lustrzana https://github.com/TeamNewPipe/NewPipe
Merge pull request #6161 from TeamNewPipe/player-buffering
Fix invisible buffering / loading indicator in playerpull/6053/head
commit
0a2ed805a2
|
@ -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);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue