commit | d52c003516a93991174b09bef3756055e4f3be22 | [log] [tgz] |
---|---|---|
author | likaid <likaid@codeaurora.org> | Mon Mar 02 16:02:01 2015 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Mar 20 07:33:29 2015 -0700 |
tree | aff725e67413cf9afaa64a392fd7e174cd1d8e0a | |
parent | e945dddc2d1582d0246c6d7f823c03d2e33cd847 [diff] |
SnapdragonCamera: Fix app FC when time lapse and HFR is set to ON After HFR and time lapse both are on, the ListMenu is initialize again and mListMenu is set null which lead to NullPointerException happened. Don't initialize listmenu when it's showing, move toast to VideoMenu reference similar code in PhotoModule. Change-Id: I9eaa308cc1b5eccb7bc86a3da6ae99f09b280be9 CRs-Fixed: 796135