You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, the Date Dialog and Picker Row values do not update after the value is changed. When i use the sample fragment included, it works fine...but when i cut out just the rows I need, it stops working. Whenever the onValueChanged method gets called, I can print the old and new value, and it is updating the values correctly, just not on the screen. I'm using the emulator if that makes any difference.
The text was updated successfully, but these errors were encountered:
@OverRide
public void onValueChanged(RowDescriptor rowDescriptor, Value oldValue, Value newValue) {
row.setValue(newValue);
mFormManager.updateRows();
}
As the title says, the Date Dialog and Picker Row values do not update after the value is changed. When i use the sample fragment included, it works fine...but when i cut out just the rows I need, it stops working. Whenever the
onValueChanged
method gets called, I can print the old and new value, and it is updating the values correctly, just not on the screen. I'm using the emulator if that makes any difference.The text was updated successfully, but these errors were encountered: