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

Commit 9bf0ec58 authored by Mark Hansen's avatar Mark Hansen Committed by Gerrit Code Review
Browse files

Merge "Dispatch from DecorView to View.toString()" into main

parents 61798ad0 14de11ee
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2660,8 +2660,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 {