mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Better compartimentalize viewWillAppear and
didBecomeFirstResponder Change-Id: I9ad482907304973a4aa74f517d506667171a036f
This commit is contained in:
@@ -43,8 +43,6 @@ bool BoxController::handleEvent(Ion::Events::Event event) {
|
||||
|
||||
void BoxController::didBecomeFirstResponder() {
|
||||
m_view.selectMainView(true);
|
||||
reloadBannerView();
|
||||
m_view.reload();
|
||||
}
|
||||
|
||||
bool BoxController::isEmpty() const {
|
||||
@@ -77,6 +75,7 @@ void BoxController::reloadBannerView() {
|
||||
}
|
||||
|
||||
void BoxController::viewWillAppear() {
|
||||
m_view.selectMainView(true);
|
||||
reloadBannerView();
|
||||
m_view.reload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user