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

Skip to content
Commit 386c93a2 authored by kaiyiz's avatar kaiyiz Committed by Gerrit - the friendly Code Review server
Browse files

DocumentsUI: The title disappears after rotation

The onItemCheckedStateChanged() method in DirectoryFragment.java
called the setTitle() of ActionMode to modify the title of the
action bar. But this change is not redone after the activity is
recreated. Therefore, when the orientation is changed, the change
in title will be lost.

Set the android:configChanges for DocumentsActivity to avoid
recreating this activity.

CRs-Fixed: 641604

Change-Id: I768422b63a07fcb3ac2c8fa5c6007e49965ff713
parent 40ee06d7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment