We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb1991 commit d72f6d7Copy full SHA for d72f6d7
smarttubetv/src/main/java/com/liskovsoft/smartyoutubetv2/tv/ui/playback/PlaybackActivity.java
@@ -181,7 +181,7 @@ public void finish() {
181
getViewManager().blockTop(this);
182
getViewManager().startParentView(this);
183
} else {
184
- // NOTE: temporal player memory leaking fix (Activities num grow with every player start)!
+ // NOTE: don't destroy player to prevent leaking (Activities num grow with every player start)!
185
// The command to check: adb shell dumpsys meminfo org.smarttube.stable
186
187
// Player with TextureView keeps running in background because onStop() fired with huge delay (~5sec).
0 commit comments