d
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user