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

Commit c2301b7d authored by Robert Carr's avatar Robert Carr
Browse files

BLAST: Descriptive adapter layer names

Otherwise the bug reports are starting to look pretty
weird.

Bug: 152663327
Bug: 152780239
Test: Existing tests pass
Change-Id: I890ae7dba9cbb104e55b2bd46ee0356914cf95fa
parent 0e22967d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ class WindowSurfaceController {
        if (useBLAST) {
            mBLASTSurfaceControl = win.makeSurface()
                .setParent(mSurfaceControl)
                .setName("BLAST Adapter Layer")
                .setName(name + "(BLAST)")
                .setHidden(false)
                .setBLASTLayer()
                .build();