|
@@ -28,6 +28,8 @@ void nfc_maker_scene_contact_mail_on_enter(void* context) {
|
|
|
|
|
|
|
|
text_input_set_minimum_length(text_input, 0);
|
|
text_input_set_minimum_length(text_input, 0);
|
|
|
|
|
|
|
|
|
|
+ text_input_show_illegal_symbols(text_input, true);
|
|
|
|
|
+
|
|
|
view_dispatcher_switch_to_view(app->view_dispatcher, NfcMakerViewTextInput);
|
|
view_dispatcher_switch_to_view(app->view_dispatcher, NfcMakerViewTextInput);
|
|
|
}
|
|
}
|
|
|
|
|
|