This commit is contained in:
renjianbo0118
2021-02-28 23:44:32 +08:00
parent c12adbe261
commit fce732a659
6 changed files with 91 additions and 50 deletions

View File

@@ -62,7 +62,7 @@ public class SimpleEntity extends BaseObservable implements Serializable {
public void setString12(String string12) {
this.string12 = string12;
notifyPropertyChanged(BR.string10);
notifyPropertyChanged(BR.string12);
}
@Bindable
@@ -155,4 +155,5 @@ public class SimpleEntity extends BaseObservable implements Serializable {
this.string5 = string5;
notifyPropertyChanged(BR.string5);
}
}