UserProfileListActivity не может быть преобразовано в мою активность на Android Studio
SimpleItemRecyclerViewAdapter(UserProfileListActivity parent,
List<DummyContent.DummyItem> items,
boolean twoPane) {
mValues = items;
mParentActivity = parent; error is here
mTwoPane = twoPane;
}
ошибка: несовместимые типы: UserProfileListActivity не может быть преобразовано в SmartSole