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

Commit 17d66bb4 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

parents 7cc5c39c 9bf0ec58
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 {