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

Commit 0697c7a8 authored by Yuki Awano's avatar Yuki Awano Committed by Svetoslav Ganov
Browse files

Do not update accessibilityTitle in

LayoutParams.setTitle

Bug: 28126629
Change-Id: Idfd8c0210d32e1a0e9c16272cfbb35ef6065e805
parent 37ce0221
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1774,7 +1774,6 @@ public interface WindowManager extends ViewManager {
                title = "";

            mTitle = TextUtils.stringOrSpannedString(title);
            accessibilityTitle = mTitle;
        }

        public final CharSequence getTitle() {