[escher] Change name: viewWillDisappear -> viewDidDisappear

Change-Id: Ie7e324cfd9c1313ef4f5310e1688be0b7fabd0bf
This commit is contained in:
Émilie Feral
2017-04-18 15:29:09 +02:00
parent c71c1297c0
commit 5fde73dac2
17 changed files with 28 additions and 28 deletions

View File

@@ -228,6 +228,6 @@ void ButtonRowController::viewWillAppear() {
m_contentView.mainViewController()->viewWillAppear();
}
void ButtonRowController::viewWillDisappear() {
m_contentView.mainViewController()->viewWillDisappear();
void ButtonRowController::viewDidDisappear() {
m_contentView.mainViewController()->viewDidDisappear();
}