mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
sculpt_manager: use Codepoint::valid()
This commit is contained in:
@@ -40,7 +40,7 @@ void Sculpt::Network::handle_key_press(Codepoint code)
|
||||
wpa_passphrase.remove_last_character();
|
||||
else if (code.value == ENTER)
|
||||
wifi_connect(dialog.selected_ap());
|
||||
else if (code.value != 0)
|
||||
else if (code.valid())
|
||||
wpa_passphrase.append_character(code);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user