CXTDT-25210

This commit is contained in:
Suresh, Kamlesh 2019-09-25 11:23:18 -04:00
parent 52119f7b31
commit 0f5a9be82e

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]);