no message
This commit is contained in:
@@ -49,6 +49,7 @@ public class VehicleMonitoringManager implements ICheckProvider {
|
||||
private Context mContext;
|
||||
private final Map<String, CopyOnWriteArrayList> mListeners = new ConcurrentHashMap<>();
|
||||
private boolean hasTipShow = false;//是否已经弹框提示
|
||||
CheckDialog dialog;
|
||||
|
||||
@Override
|
||||
public void init(Context context) {
|
||||
@@ -108,9 +109,6 @@ public class VehicleMonitoringManager implements ICheckProvider {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static CheckDialog dialog;
|
||||
|
||||
/**
|
||||
* 指标异常弹框
|
||||
*/
|
||||
|
||||
@@ -30,7 +30,7 @@ public class CheckAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder>
|
||||
LayoutInflater mLayoutInflater;
|
||||
CheckResultData mCheckResultData;
|
||||
private Context mContext;
|
||||
private static CheckInfoListDialog mCheckInfoListDialog;
|
||||
CheckInfoListDialog mCheckInfoListDialog;
|
||||
|
||||
public CheckAdapter(@NonNull Context context, @NonNull CheckResultData checkResult) {
|
||||
mContext = context;
|
||||
|
||||
@@ -23,7 +23,6 @@ import java.util.List;
|
||||
* @since: 9/23/21
|
||||
*/
|
||||
public class CheckInfoAdapter extends RecyclerView.Adapter {
|
||||
private static final String TAG = "CheckInfoAdapter";
|
||||
LayoutInflater mLayoutInflater;
|
||||
private Context mContext;
|
||||
private String mStyle;
|
||||
|
||||
Reference in New Issue
Block a user