version:1.0.1
update: bugfixes:修复TAG
This commit is contained in:
@@ -20,7 +20,7 @@ import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
public class ActivityAdapter extends RecyclerView.Adapter<ActivityAdapter.Holder> {
|
||||
private static final String TAG = ActivityAdapter.class.getSimpleName();
|
||||
private static final String TAG = "ActivityAdapter";
|
||||
|
||||
private Context mContext;
|
||||
private List<ActivityBean> mActivityBeans;
|
||||
|
||||
@@ -23,7 +23,7 @@ import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
public class AddAppAdapter extends RecyclerView.Adapter<AddAppAdapter.AppHolder> {
|
||||
private static final String TAG = AddAppAdapter.class.getSimpleName();
|
||||
private static final String TAG = "AddAppAdapter";
|
||||
|
||||
private Context mContext;
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ import com.xxpatx.os.config.CommonConfig;
|
||||
import java.util.List;
|
||||
|
||||
public class AppSelectedAdapter extends RecyclerView.Adapter<AppSelectedAdapter.Holder> {
|
||||
private static final String TAG = AppSelectedAdapter.class.getSimpleName();
|
||||
private static final String TAG = "AppSelectedAdapter";
|
||||
|
||||
private Context mContext;
|
||||
private List<AppSelectBean> mAppSelectBeans;
|
||||
|
||||
@@ -27,7 +27,7 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
public class CallRecordAdapter extends RecyclerView.Adapter<CallRecordAdapter.Holder> {
|
||||
private static final String TAG = CallRecordAdapter.class.getSimpleName();
|
||||
private static final String TAG = "CallRecordAdapter";
|
||||
|
||||
|
||||
private Context mContext;
|
||||
|
||||
@@ -28,7 +28,7 @@ import io.reactivex.rxjava3.core.Observer;
|
||||
import io.reactivex.rxjava3.disposables.Disposable;
|
||||
|
||||
public class DailyAppAdapter extends RecyclerView.Adapter<DailyAppAdapter.Holder> {
|
||||
private static final String TAG = DailyAppAdapter.class.getSimpleName();
|
||||
private static final String TAG = "DailyAppAdapter";
|
||||
|
||||
private Context mContext;
|
||||
private List<DailyAppBean> mDailyAppBeans;
|
||||
|
||||
@@ -28,7 +28,7 @@ import com.xxpatx.os.utils.IconUtils;
|
||||
import java.util.List;
|
||||
|
||||
public class HomeAppAdapter extends RecyclerView.Adapter<HomeAppAdapter.AppHolder> {
|
||||
private static final String TAG = HomeAppAdapter.class.getSimpleName();
|
||||
private static final String TAG = "HomeAppAdapter";
|
||||
|
||||
private Context mContext;
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ import com.xxpatx.os.R;
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class KnowledgeVideoAdapter extends RecyclerView.Adapter<KnowledgeVideoAdapter.LivenVideoHolder> {
|
||||
private static final String TAG = KnowledgeVideoAdapter.class.getSimpleName();
|
||||
private static final String TAG = "KnowledgeVideoAdapter";
|
||||
|
||||
private Context mContext;
|
||||
private ArrayList<VideoInfo> mKnowledgeVideoList;
|
||||
|
||||
@@ -19,7 +19,7 @@ import com.xxpatx.os.R;
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class LivenVideoAdapter extends RecyclerView.Adapter<LivenVideoAdapter.LivenVideoHolder> {
|
||||
private static final String TAG = LivenVideoAdapter.class.getSimpleName();
|
||||
private static final String TAG = "LivenVideoAdapter";
|
||||
|
||||
private Context mContext;
|
||||
private ArrayList<VideoInfo> mLivenVideoList;
|
||||
|
||||
@@ -23,7 +23,7 @@ import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
public class WeatherDayApdapter extends RecyclerView.Adapter<WeatherDayApdapter.WeatherHolder> {
|
||||
private static final String TAG = WeatherDayApdapter.class.getSimpleName();
|
||||
private static final String TAG = "WeatherDayApdapter";
|
||||
private List<WeatherDailyBean.DailyBean> mDailyBeans;
|
||||
private Context mContext;
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
public class WeatherDayApdapterPort extends RecyclerView.Adapter<WeatherDayApdapterPort.WeatherHolder> {
|
||||
private static final String TAG = WeatherDayApdapterPort.class.getSimpleName();
|
||||
private static final String TAG = "WeatherDayApdapterPort";
|
||||
private List<WeatherDailyBean.DailyBean> mDailyBeans;
|
||||
private Context mContext;
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ import com.xxpatx.os.utils.AccessibilityUtils;
|
||||
import java.util.List;
|
||||
|
||||
public class WechatContactAdapter extends RecyclerView.Adapter<WechatContactAdapter.ContactHolder> {
|
||||
private static final String TAG = WechatContactAdapter.class.getSimpleName();
|
||||
private static final String TAG = "WechatContactAdapter";
|
||||
|
||||
private List<Contact> mContactList;
|
||||
private Context mContext;
|
||||
|
||||
Reference in New Issue
Block a user