[BugFix]修复家族公会的收入统计页面崩溃问题
This commit is contained in:
@@ -105,7 +105,7 @@ public class ClanIncomeActivity extends BaseMvpActivity<IIncomeStatisticsView, C
|
||||
}
|
||||
|
||||
private void findView() {
|
||||
viewPager = findViewById(R.id.viewPager);
|
||||
viewPager = findViewById(R.id.view_pager);
|
||||
indicator = findViewById(R.id.indicator);
|
||||
tvMonthDayStart = findViewById(R.id.tv_month_day_start);
|
||||
tvMonthDayEnd = findViewById(R.id.tv_month_day_end);
|
||||
|
Reference in New Issue
Block a user