review comment fix

This commit is contained in:
Murugan, Vimal 2019-07-09 18:22:30 +05:30
parent f30bdf20c5
commit 4c5770f21c

View File

@ -359,10 +359,11 @@
if (!loadObject.pageDataFromCache) {
loadObject.pageJSON = pageJSON;
loadObject.pageType = [pageJSON string:KeyPageType];
//Remove the pages and modules from cache
[self removeCaches:[jsonDictionary dict:@"RemoveCaches"]];
}
//Remove the pages and modules from cache
[self removeCaches:[jsonDictionary dict:@"RemoveCaches"]];
// Sets the response info map
loadObject.responseInfoMap = [jsonDictionary dict:KeyResponseInfo];