mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-05 15:49:22 +00:00
Remove target size
This commit is contained in:
parent
dab9decd89
commit
fe97850835
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ class MediaPlaybackService : Service() {
|
||||||
val tag = video;
|
val tag = video;
|
||||||
Glide.with(this).asBitmap()
|
Glide.with(this).asBitmap()
|
||||||
.load(thumbnail)
|
.load(thumbnail)
|
||||||
.into(object: CustomTarget<Bitmap>(1200, 750) {
|
.into(object: CustomTarget<Bitmap>() {
|
||||||
override fun onResourceReady(resource: Bitmap,transition: Transition<in Bitmap>?) {
|
override fun onResourceReady(resource: Bitmap,transition: Transition<in Bitmap>?) {
|
||||||
if(tag == _notif_last_video) {
|
if(tag == _notif_last_video) {
|
||||||
notifyMediaSession(video, resource)
|
notifyMediaSession(video, resource)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue