File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mobile/src/main/java/com/atomjack/vcfp/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1415,13 +1415,13 @@ public void onSuccess(Bitmap bitmap) {
1415
1415
new FetchMediaImageTask (firstMedia ,
1416
1416
PlexMedia .IMAGE_SIZES .get (notificationImageKey )[0 ],
1417
1417
PlexMedia .IMAGE_SIZES .get (notificationImageKey )[1 ],
1418
- firstMedia .thumb != null ? firstMedia . thumb : firstMedia . grandparentThumb ,
1418
+ firstMedia .getNotificationThumb ( notificationImageKey ) ,
1419
1419
firstMedia .getImageKey (notificationImageKey ),
1420
1420
bitmapHandler ).executeOnExecutor (AsyncTask .THREAD_POOL_EXECUTOR );
1421
1421
new FetchMediaImageTask (firstMedia ,
1422
1422
PlexMedia .IMAGE_SIZES .get (notificationImageKeyBig )[0 ],
1423
1423
PlexMedia .IMAGE_SIZES .get (notificationImageKeyBig )[1 ],
1424
- firstMedia .thumb != null ? firstMedia . thumb : firstMedia . grandparentThumb ,
1424
+ firstMedia .getNotificationThumb ( notificationImageKeyBig ) ,
1425
1425
firstMedia .getImageKey (notificationImageKeyBig ),
1426
1426
bitmapHandler ).executeOnExecutor (AsyncTask .THREAD_POOL_EXECUTOR );
1427
1427
numMedia [0 ] += 3 ;
You can’t perform that action at this time.
0 commit comments