We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc1800 commit d360025Copy full SHA for d360025
anychart/src/main/java/com/anychart/AnyChartView.java
@@ -80,6 +80,7 @@ public Parcelable onSaveInstanceState() {
80
public void onRestoreInstanceState(Parcelable state) {
81
if (state instanceof Bundle) {
82
Bundle bundle = (Bundle) state;
83
+ this.js.setLength(0);
84
this.js.append(bundle.getString("js"));
85
state = bundle.getParcelable("superState");
86
}
0 commit comments