Skip to content

Commit d2934fa

Browse files
committed
support setIconUri(int iconUri) in EmoticonPageSetEntity
1 parent c5feb99 commit d2934fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

XhsEmoticonsKeyboard/library/src/main/java/sj/keyboard/data/EmoticonPageSetEntity.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ public Builder setIconUri(String iconUri) {
9494
return this;
9595
}
9696

97+
public Builder setIconUri(int iconUri) {
98+
this.iconUri = "" + iconUri;
99+
return this;
100+
}
101+
97102
public Builder setSetName(String setName) {
98103
this.setName = setName;
99104
return this;

0 commit comments

Comments
 (0)