wjc
2026-03-20 905f88c976c27c8d30e14871e916be62b1c46efe
app/src/main/java/com/hdl/photovoltaic/ui/home/HomePageFragment.java
@@ -517,7 +517,10 @@
        viewBinding.autoSizeMyAAChart.setBackgroundColor(_mActivity.getColor(R.color.text_FF1C1C1E));
        setUpAAChartView(true);//图表加载
        pullToRefresh();
        if (UserConfigManage.getInstance().isArabicLanguage()) {
            viewBinding.lastStepIv.setRotation(180); // 旋转180度
            viewBinding.nextStepIv.setRotation(180); // 旋转180度
        }
    }
    /**