rvv041 - Code Optimization
- Some comments removed
This commit is contained in:
parent
4f0fa9bc34
commit
8754c79079
1 changed files with 2 additions and 5 deletions
|
@ -1105,11 +1105,8 @@ appEvent (BT.VtyEvent e) = do
|
||||||
BT.modify $ set dialogBox AdrBookForm
|
BT.modify $ set dialogBox AdrBookForm
|
||||||
-- Show AddressBook entry data
|
-- Show AddressBook entry data
|
||||||
V.EvKey V.KEnter [] -> do
|
V.EvKey V.KEnter [] -> do
|
||||||
-- case L.listSelectedElement $ s ^. abAddresses of
|
BT.modify $ set displayBox AdrBookEntryDisplay
|
||||||
-- Just (_, a) -> do
|
|
||||||
BT.modify $ set displayBox AdrBookEntryDisplay
|
|
||||||
-- _ -> do
|
|
||||||
--q BT.modify $ set dialogBox Blank
|
|
||||||
-- Process any other event
|
-- Process any other event
|
||||||
ev -> BT.zoom abAddresses $ L.handleListEvent ev
|
ev -> BT.zoom abAddresses $ L.handleListEvent ev
|
||||||
-- Process new address book entry
|
-- Process new address book entry
|
||||||
|
|
Loading…
Reference in a new issue