summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Sansanwal <abhishek.s94@samsung.com>2017-10-23 16:34:12 +0530
committerAbhishek Sansanwal <abhishek.s94@samsung.com>2017-10-23 16:35:09 +0530
commit7a343f4a85eb45f096da84e73edfb8448c0e1b3e (patch)
treef8a27c8fbfe2314d8c738472be2ee871cba22a60
parente7e1950eae7040c38f7187a2310147202e37cf69 (diff)
downloadwifi-7a343f4a85eb45f096da84e73edfb8448c0e1b3e.tar.gz
wifi-7a343f4a85eb45f096da84e73edfb8448c0e1b3e.tar.bz2
wifi-7a343f4a85eb45f096da84e73edfb8448c0e1b3e.zip
Fix Keyboard layout for ipv6 static IP in add network menu
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: I3784dcaa2d708af5dad60ac639ff9fec2d6f5531
-rw-r--r--sources/wearable/src/wearable-circle/app_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/wearable/src/wearable-circle/app_main.c b/sources/wearable/src/wearable-circle/app_main.c
index 69700b4..153d600 100644
--- a/sources/wearable/src/wearable-circle/app_main.c
+++ b/sources/wearable/src/wearable-circle/app_main.c
@@ -6231,7 +6231,6 @@ static layout_wearable_input_object *_ipv6_setting_wearable_input_create(app_obj
else
layout_wearable_input_set_input_type(wearable_input, ELM_INPUT_PANEL_LAYOUT_NORMAL);
- layout_wearable_input_set_input_type(wearable_input, ELM_INPUT_PANEL_LAYOUT_IP);
if (is_guide_text)
layout_wearable_input_set_input_guide_text(wearable_input, text);
else