We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5d64b commit 8c8fc28Copy full SHA for 8c8fc28
library/src/main/kotlin/me/thanel/swipeactionview/SwipeActionView.kt
@@ -549,7 +549,7 @@ class SwipeActionView : FrameLayout {
549
rightSwipeView?.let { drawChild(canvas, it, drawingTime) }
550
}
551
552
- if (!alwaysDrawBackground) {
+ if (!alwaysDrawBackground && background != null) {
553
// Restore original bounds only after drawing background views
554
canvas.restoreToCount(saveCount)
555
0 commit comments