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

Commit d20edb13 authored by Mark Hansen's avatar Mark Hansen Committed by Automerger Merge Worker
Browse files

Merge "Dispatch from DecorView to View.toString()" into main am: 9bf0ec58...

Merge "Dispatch from DecorView to View.toString()" into main am: 9bf0ec58 am: 17d66bb4 am: 67fba7fa

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2739113



Change-Id: Ia7487a3979bed50575be8c13c01a302282d6b91e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents bf825838 67fba7fa
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2622,8 +2622,7 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind

    @Override
    public String toString() {
        return "DecorView@" + Integer.toHexString(this.hashCode()) + "["
                + getTitleSuffix(mWindow.getAttributes()) + "]";
        return super.toString() + "[" + getTitleSuffix(mWindow.getAttributes()) + "]";
    }

    private static class ColorViewState {