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

Skip to content
Commit de4ee0f5 authored by Bill Lin's avatar Bill Lin
Browse files

Title of RootInfo on ToolBar do not update after locale changed

RootInfo title of "Images" or "Videos" or "Audio" or "Downloads" do not
update after locale changed

Root Cause : BaseActivity.java
 1) onSaveInstanceState(Bundle state) : save the old state before locale changed
 2) onCreate.getState(icicle) : assign old state to mState => mState.stack.getRoot() is old locale

Solution :
 Update current root title from latest root

Bug: 37358441
Test: atest DocumentsUITests
      manual test swtich locale and observe toolbar update locale

Change-Id: Ib79d1885766ce76ae194196f9286ef5265734efa
parent e66ca09d
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