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

Commit 13c3d962 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Directly propagate Activity titles to action bars" into lmp-dev

parents 8bfd3616 a557fdcf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5021,6 +5021,9 @@ public class Activity extends ContextThemeWrapper
                }
            }
        }
        if (mActionBar != null) {
            mActionBar.setTitle(title);
        }
    }

    protected void onChildTitleChanged(Activity childActivity, CharSequence title) {