[apps] Rename displayEmptyController -> displayEmptyControllerIfNeeded

This commit is contained in:
Léa Saviot
2020-04-30 15:20:31 +02:00
committed by Émilie Feral
parent e28f4ed7e2
commit 43d0ab5ea7
4 changed files with 5 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ void VariableBoxController::didEnterResponderChain(Responder * previousFirstResp
* when leaving the VariableBoxController, so we do not lose the environment
* that was loaded when entering the VariableBoxController. */
assert(App::app()->pythonIsInited());
displayEmptyController();
displayEmptyControllerIfNeeded();
}
KDCoordinate VariableBoxController::rowHeight(int j) {