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

Commit 9ed9f67f authored by Yvonne Jiang's avatar Yvonne Jiang Committed by Android (Google) Code Review
Browse files

Merge "[CardPreference] Set the trailing icon to not be clickable if its action is null." into main

parents dcd59cf7 1b34b60d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ constructor(
            setImageDrawable(actionIcon)
            contentDescription = actionIconContentDescription
            setOnClickListener { action?.invoke(this@CardPreference) }
            setClickable(action != null)
        }
    }
}