Removed debug Log lines.

This commit is contained in:
Anparasan Anpukkody 2026-02-02 11:52:07 +01:00 committed by GitHub
parent 3217e2adbd
commit fcec04f96d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -234,12 +234,6 @@ public final class MainPlayerUi extends VideoPlayerUi implements View.OnLayoutCh
@Override
public void destroy() {
super.destroy();
if (DEBUG) {
Log.d(TAG, "Destroyed called trhrough notification kill");
}
// Exit from fullscreen when user closes the player via notification
if (isFullscreen) {
toggleFullscreen();