Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
TKaxv-7S committed Jul 12, 2024
2 parents b7f1164 + 9daeddb commit 91a3fdd
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ public String getType() {
return "TEXT";
}

@Override
public String getConfigValue() {
return value;
}

@Override
public void setConfigValue(String configValue) {
value = configValue;
}

@JsonIgnore
public View getView(Context context) {
Button btn = new Button(context);
Expand Down

0 comments on commit 91a3fdd

Please sign in to comment.