UserProfileListActivity无法转换为我在android studio上的活动
SimpleItemRecyclerViewAdapter(UserProfileListActivity parent,
List<DummyContent.DummyItem> items,
boolean twoPane) {
mValues = items;
mParentActivity = parent; error is here
mTwoPane = twoPane;
}
错误:类型不兼容:UserProfileListActivity无法转换为SmartSole