mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 10:48:35 -07:00
Add custom symbols to nfc maker keyboard
This commit is contained in:
@@ -28,6 +28,8 @@ void nfc_maker_scene_contact_url_on_enter(void* context) {
|
||||
|
||||
text_input_set_minimum_length(text_input, 0);
|
||||
|
||||
text_input_add_illegal_symbols(text_input);
|
||||
|
||||
view_dispatcher_switch_to_view(app->view_dispatcher, NfcMakerViewTextInput);
|
||||
}
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@ void nfc_maker_scene_https_on_enter(void* context) {
|
||||
BIG_INPUT_LEN,
|
||||
true);
|
||||
|
||||
text_input_add_illegal_symbols(text_input);
|
||||
|
||||
view_dispatcher_switch_to_view(app->view_dispatcher, NfcMakerViewTextInput);
|
||||
}
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@ void nfc_maker_scene_text_on_enter(void* context) {
|
||||
BIG_INPUT_LEN,
|
||||
true);
|
||||
|
||||
text_input_add_illegal_symbols(text_input);
|
||||
|
||||
view_dispatcher_switch_to_view(app->view_dispatcher, NfcMakerViewTextInput);
|
||||
}
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@ void nfc_maker_scene_url_on_enter(void* context) {
|
||||
BIG_INPUT_LEN,
|
||||
true);
|
||||
|
||||
text_input_add_illegal_symbols(text_input);
|
||||
|
||||
view_dispatcher_switch_to_view(app->view_dispatcher, NfcMakerViewTextInput);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user