aleigood

Results 4 issues of aleigood

The test code: mChart = (HorizontalBarChart) findViewById(R.id.chart); mChart.getDescription().setEnabled(false); mChart.setMaxVisibleValueCount(30); mChart.setPinchZoom(true); mChart.setDoubleTapToZoomEnabled(false); mChart.setDrawGridBackground(false); mChart.setHighlightPerTapEnabled(false); mChart.getAxisLeft().setEnabled(false); mChart.getAxisRight().setEnabled(false); mChart.setFitBars(true); mChart.animateY(1000); final ArrayList values = new ArrayList(); values.add(new BarEntry(0, 1, "1")); values.add(new BarEntry(1, 4,...

打印结果为ji

Description: Frezza (CreatureId:9564) and Zapetta (CreatureId:9566) has gossip menu: "Where is the zeppelin now?", but it Not working. Branch(es): 3.3.5 TC rev. hash/commit: 8c51d5cfedd119d4e215420645645d435af44650 Operating system: CentOS

Sub-Gossips/Texts
Feedback-FixOutdatedMissingWIP
Comp-Database
Comp-C++Script
Branch-3.3.5a

``` Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()? Check the render method of `SlotClone`. at CheckmarkIcon at...