1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-04 03:47:55 +00:00

Fix invisible buffering / loading indicator in player

This commit is contained in:
TobiGr
2021-04-24 20:03:23 +02:00
parent 8837b54aab
commit b54c2b7f57

View File

@@ -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);