mirror of https://github.com/TeamNewPipe/NewPipe
Enable lockscreen video thumbnail by default
This commit is contained in:
parent
0395dc6e9e
commit
1aa763e86c
|
@ -89,7 +89,7 @@ public class MediaSessionManager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Should be called on player destruction to prevent leakage.BitmapUtils
|
||||
* Should be called on player destruction to prevent leakage.
|
||||
*/
|
||||
public void dispose() {
|
||||
this.sessionConnector.setPlayer(null);
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:defaultValue="false"
|
||||
android:defaultValue="true"
|
||||
android:key="@string/enable_lock_screen_video_thumbnail_key"
|
||||
android:summary="@string/enable_lock_screen_video_thumbnail_summary"
|
||||
android:title="@string/enable_lock_screen_video_thumbnail_title"/>
|
||||
|
|
Loading…
Reference in New Issue