Skip to content

Commit

Permalink
fix display_foreground.
Browse files Browse the repository at this point in the history
  • Loading branch information
wicked-tc130 committed Feb 20, 2024
1 parent b68e671 commit cdb50e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public static class Android {

@JsonProperty("display_foreground")
@JsonInclude(JsonInclude.Include.NON_NULL)
private Integer displayForeground;
private String displayForeground;

@Data
public static class Intent {
Expand Down

0 comments on commit cdb50e6

Please sign in to comment.