Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 0cfb1c57 authored by kaiyiz's avatar kaiyiz Committed by Steve Kondik
Browse files

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
parent 0dbd5579
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment