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

Commit 32fe72cf authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Android (Google) Code Review
Browse files

Merge "Fix settings gear visibility" into sc-dev

parents 614e76dc 85a7e840
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@ class MediaCarouselScrollHandler(
    }

    private fun updateSettingsPresentation() {
        if (showsSettingsButton) {
        if (showsSettingsButton && settingsButton.width > 0) {
            val settingsOffset = MathUtils.map(
                    0.0f,
                    getMaxTranslation().toFloat(),