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

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

Merge "Switch DismissView to non-deprecated setBackground." into main

parents e03d5de4 2817fad5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ class DismissView(context: Context) : FrameLayout(context) {

        // Setup gradient
        gradientDrawable = createGradient(color = config.floatingGradientColorResId)
        setBackgroundDrawable(gradientDrawable)
        setBackground(gradientDrawable)

        // Setup DismissCircleView
        circle.id = config.dismissViewResId