Fix crashing on profile, color on now playing themes
This commit is contained in:
parent
00f33cab3e
commit
b1cfa373b0
19 changed files with 114 additions and 81 deletions
|
@ -220,7 +220,8 @@ public class ImageUtil {
|
|||
return inSampleSize;
|
||||
}
|
||||
|
||||
public static Bitmap getResizedBitmap(Bitmap image, int maxSize) {
|
||||
@NonNull
|
||||
public static Bitmap getResizedBitmap(@NonNull Bitmap image, int maxSize) {
|
||||
int width = image.getWidth();
|
||||
int height = image.getHeight();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue