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

Commit 23b99a9a 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

Change-Id: I9675c244ee7dc1021662d4d13a0d063e21158f48
parents e7497ea1 de4ee0f5
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;
                }