commit | 28f45e6e2b3080b30782854e8273cef5df7880f2 | [log] [tgz] |
---|---|---|
author | Wei Huang <[email protected]> | Mon Dec 28 17:19:54 2015 +0100 |
committer | Zoran Jovanovic <[email protected]> | Mon Jan 11 21:16:45 2016 +0100 |
tree | c55462657072b1d4fadf2ab852cfc9260ca33e8b | |
parent | 2b0a16a9b89af3fdb54e3e8046a2e647a149a58c [diff] |
Fix InCallUI crash when post char dialog is shown When user makes MO video call with post char, such as ";", post char dialog is shown when call is established. At this time if user rotate InCallUI screen, InCallUI will crash because PostCharDialogFragment has no zero argument constructor. Add zero argument constructor for PostCharDialogFragment, and save the needed parameter to Bundle. Change-Id: I3587ad2bc47d4397b78b32d1ec27b8c914e9fb2f