plotline-engage 4.0.4 → 4.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -19,6 +19,7 @@ public class PlotlineViewManager extends ViewGroupManager<PlotlineWrapperView> {
|
|
|
19
19
|
public void setTestId(PlotlineWrapperView view, String testID) {
|
|
20
20
|
PlotlineWidget widget = (PlotlineWidget) view.getContentView();
|
|
21
21
|
widget.setElementId(testID);
|
|
22
|
+
widget.setTag(testID);
|
|
22
23
|
this.testId = testID;
|
|
23
24
|
}
|
|
24
25
|
|