搜索数据实时上传
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user