mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
Check simplified
This commit is contained in:
@@ -38,5 +38,5 @@ void nfc_protocol_support_common_on_enter_empty(NfcApp* instance) {
|
||||
bool nfc_protocol_support_common_on_event_empty(NfcApp* instance, SceneManagerEvent event) {
|
||||
UNUSED(instance);
|
||||
UNUSED(event);
|
||||
return event.type != SceneManagerEventTypeBack ? true : false;
|
||||
return event.type != SceneManagerEventTypeBack;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user