Merge branch 'release/6_20' into 'develop'

Release/6 20

See merge request BPHV_MIPS/mvm_core_ui!141
This commit is contained in:
Suresh, Kamlesh 2019-10-11 16:55:19 -04:00
commit 603ecccf35

View File

@ -527,6 +527,13 @@
}
}
- (void)viewWillDisappear:(BOOL)animated {
[super viewWillDisappear:animated];
if (self.selectedField) {
[self.selectedField resignFirstResponder];
}
}
- (void)dealloc {
[self stopObservingForResponseJSONUpdates];
MVMCoreLog(@"%@ deallocated", [[self class] description]);