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

Commit 09de644c authored by axfordjc's avatar axfordjc
Browse files

KeyguardBottomAreaView fix forward

Fixes: 300507968

Test: None
Change-Id: If4aa25ec67d9d4f06c130f58ceaebe3186773aba
parent 8486a28f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ import android.content.res.Configuration
import android.util.AttributeSet
import android.view.View
import android.view.ViewGroup
import android.view.ViewPropertyAnimator
import android.view.WindowInsets
import android.widget.FrameLayout
import androidx.annotation.StringRes
@@ -133,11 +132,6 @@ constructor(
        }
    }

    /** Returns a list of animators to use to animate the indication areas. */
    @Deprecated("Deprecated as part of b/278057014")
    val indicationAreaAnimators: List<ViewPropertyAnimator>
        get() = checkNotNull(binding).getIndicationAreaAnimators()

    override fun hasOverlappingRendering(): Boolean {
        return false
    }