forked from organicmaps/organicmaps
[ios] PP update performance trick
This commit is contained in:
parent
2a49381160
commit
cedd6b9fba
2 changed files with 4 additions and 4 deletions
|
@ -28,9 +28,9 @@
|
|||
[self.textView becomeFirstResponder];
|
||||
}
|
||||
|
||||
- (void)viewWillDisappear:(BOOL)animated
|
||||
- (void)viewDidDisappear:(BOOL)animated
|
||||
{
|
||||
[super viewWillDisappear:animated];
|
||||
[super viewDidDisappear:animated];
|
||||
|
||||
BookmarkCategory * category = GetFramework().GetBmCategory(self.bookmarkAndCategory.first);
|
||||
Bookmark * bookmark = category->GetBookmark(self.bookmarkAndCategory.second);
|
||||
|
|
|
@ -35,9 +35,9 @@
|
|||
[self.textField becomeFirstResponder];
|
||||
}
|
||||
|
||||
- (void)viewWillDisappear:(BOOL)animated
|
||||
- (void)viewDidDisappear:(BOOL)animated
|
||||
{
|
||||
[super viewWillDisappear:animated];
|
||||
[super viewDidDisappear:animated];
|
||||
|
||||
BookmarkCategory * category = GetFramework().GetBmCategory(self.bookmarkAndCategory.first);
|
||||
Bookmark * bookmark = category->GetBookmark(self.bookmarkAndCategory.second);
|
||||
|
|
Loading…
Add table
Reference in a new issue