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

Commit 03c3a505 authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Automerger Merge Worker
Browse files

Merge "Fix settings gear visibility" into sc-dev am: 32fe72cf am: 1deebe40

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15095286

Change-Id: Id583b0f98b9b3a1cc0e747ee365330af68f24ef7
parents 8decadd3 1deebe40
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(),