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

Commit 3a3a825f authored by Bill Lin's avatar Bill Lin Committed by android-build-merger
Browse files

Title of RootInfo on ToolBar do not update after locale changed am: de4ee0f5

am: 23b99a9a

Change-Id: I706d0e3b8e4ea0778525533b03c7fb7a84da05c6
parents fbc9ccca 23b99a9a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -442,6 +442,8 @@ public class RootsFragment extends Fragment {
            if (item instanceof RootItem) {
                final RootInfo testRoot = ((RootItem) item).root;
                if (Objects.equals(testRoot, root)) {
                    // b/37358441 should reload all root title after configuration changed
                    root.title = testRoot.title;
                    mList.setItemChecked(i, true);
                    return;
                }