mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 10:09:53 +01:00
[apps/sequence][apps/graph] Define x/n only in list controllers
Change-Id: I9b30bc16c3454a0531ebcd40a5fe5169c0af6f24
This commit is contained in:
@@ -69,6 +69,10 @@ TabViewController::TabViewController(Responder * parentResponder, ViewController
|
||||
}
|
||||
}
|
||||
|
||||
int TabViewController::activeTab() const {
|
||||
return m_activeChildIndex;
|
||||
}
|
||||
|
||||
bool TabViewController::handleEvent(Ion::Events::Event event) {
|
||||
if (event == Ion::Events::Back) {
|
||||
if (app()->firstResponder() != this) {
|
||||
|
||||
Reference in New Issue
Block a user