[CS] Prevent HW backkey press while training
authorJihoon Lee <jhoon.it.lee@samsung.com>
Wed, 23 Sep 2020 07:53:53 +0000 (16:53 +0900)
committerJihoon Lee <jhoon.it.lee@samsung.com>
Fri, 25 Sep 2020 07:37:58 +0000 (16:37 +0900)
commitcfd52bdaf56fc12737befb78844fa3e6a8c84d25
treef689b667eda8ffc495f494de80a812b9250134f4
parent443485878790c5cec952fab6c251438b8455e503
[CS] Prevent HW backkey press while training

**Changes proposed in this PR:**
- Disable backkey press while training
- Move back_key callback to `presenter`
- Prune unnecessary argument for view/create_layout

Resolves #573

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
Applications/Tizen_native/CustomShortcut/inc/main.h
Applications/Tizen_native/CustomShortcut/inc/view.h
Applications/Tizen_native/CustomShortcut/src/main.c
Applications/Tizen_native/CustomShortcut/src/view.c