搜索数据实时上传

This commit is contained in:
huangzhuanghua
2016-07-15 19:14:06 +08:00
parent bff4d80c27
commit 303f5b8f58

View File

@ -65,7 +65,7 @@ public class DataCollectionManager {
}
public static void onEvent(Context context, String type, Map<String, Object> map) {
if ("news".equals(type) || "download".equals(type)) {
if ("news".equals(type) || "download".equals(type) || "search".equals(type)) {
DataCollectionManager.getInstance(context).realTimeUpload(type, map);
return;
}