Skip to content

Commit

Permalink
chore: update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Jul 9, 2024
1 parent 8527354 commit f529d26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ public static int getDefaultDialogButtonTextColor(@NonNull Context activity) {
TypedValue typedValue = new TypedValue();
Resources.Theme theme = activity.getTheme();
theme.resolveAttribute(android.R.attr.textColorPrimary, typedValue, true);
@ColorInt int colorId;
if (typedValue.resourceId != 0) {
// Resolved to a color resource ID
colorId = ContextCompat.getColor(activity, typedValue.resourceId);
} else {
// Resolved to a raw color value
colorId = typedValue.data;
}
@ColorInt int colorId;
if (typedValue.resourceId != 0) {
// Resolved to a color resource ID
colorId = ContextCompat.getColor(activity, typedValue.resourceId);
} else {
// Resolved to a raw color value
colorId = typedValue.data;
}
return colorId;
}

Expand Down
20 changes: 1 addition & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7067,16 +7067,7 @@ __metadata:
languageName: node
linkType: hard

"braces@npm:^3.0.2":
version: 3.0.3
resolution: "braces@npm:3.0.3"
dependencies:
fill-range: "npm:^7.1.1"
checksum: 10c0/7c6dfd30c338d2997ba77500539227b9d1f85e388a5f43220865201e407e076783d0881f2d297b9f80951b4c957fcf0b51c1d2d24227631643c3f7c284b0aa04
languageName: node
linkType: hard

"braces@npm:~3.0.2":
"braces@npm:^3.0.2, braces@npm:~3.0.2":
version: 3.0.3
resolution: "braces@npm:3.0.3"
dependencies:
Expand Down Expand Up @@ -10044,15 +10035,6 @@ __metadata:
languageName: node
linkType: hard

"fill-range@npm:^7.1.1":
version: 7.1.1
resolution: "fill-range@npm:7.1.1"
dependencies:
to-regex-range: "npm:^5.0.1"
checksum: 10c0/b75b691bbe065472f38824f694c2f7449d7f5004aa950426a2c28f0306c60db9b880c0b0e4ed819997ffb882d1da02cfcfc819bddc94d71627f5269682edf018
languageName: node
linkType: hard

"finalhandler@npm:1.1.2":
version: 1.1.2
resolution: "finalhandler@npm:1.1.2"
Expand Down

0 comments on commit f529d26

Please sign in to comment.