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

Commit 6c90ecb3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[DocsUI M3] Show the thumbnail stroke when selected too" into main

parents a694f285 1a2a6933
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -165,15 +165,6 @@ final class GridDocumentHolder extends DocumentHolder {
                mIconMimeSm.setAlpha(1f - checkAlpha);
            }
        }

        // Do not show stroke when selected, only show stroke when not selected if it has thumbnail.
        if (mIconWrapper != null) {
            if (selected) {
                mIconWrapper.setStrokeWidth(0);
            } else if (mIconThumb.getDrawable() != null) {
                mIconWrapper.setStrokeWidth(mThumbnailStrokeWidth);
            }
        }
    }

    @Override