Contacts: will pop up "Unfortunately, contact has stopped.".
In ContactEditorActivity, when long press name information in AddLocalGroupDialog, SoftInput board and action bar were shown. The rotation of screen caused ContactEditorActivity to recreate and dismiss AddLocalGroupDialog. Then SoftInput board and action bar lost their dependent view. At last, the crash happend. Through adding 'android:configChanges="orientation|screenSize |keyboardHidden|locale"' into AndroidManifest.xml to avoid the recreate-operation of ContactEditorActivity. CRs-Fixed: 526660 Change-Id: I493133246a93b5cc5e239df6e01f51f032bf7aba
Loading
Please register or sign in to comment