Add Pkpass parser

This commit is contained in:
Sylvia van Os
2024-08-02 23:50:40 +02:00
parent 630bf14387
commit ea456c6d80
12 changed files with 683 additions and 11 deletions

View File

@@ -877,7 +877,7 @@ public class Utils {
return typedValue.data;
}
public static int getHeaderColorFromImage(Bitmap image, int fallback) {
public static int getHeaderColorFromImage(@Nullable Bitmap image, int fallback) {
if (image == null) {
return fallback;
}