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