mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[ion] Update the Event model
Change-Id: I41a53caeb7dd8a15e7934f49675f6a53be8fe7be
This commit is contained in:
committed by
Émilie Feral
parent
b220ed5dd8
commit
b87f06e3a2
@@ -109,7 +109,7 @@ void StackViewController::didBecomeFirstResponder() {
|
||||
}
|
||||
|
||||
bool StackViewController::handleEvent(Ion::Events::Event event) {
|
||||
if (event == Ion::Events::Event::ESC && m_numberOfChildren > 1) {
|
||||
if (event == Ion::Events::Back && m_numberOfChildren > 1) {
|
||||
pop();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user