Is it possible to use conditionals in the “swipe” function, so that this function is only active when a desired condition is met?
Example:
By default, the condition of my item does not meet the criteria, but there are variables that can change this. If a certain variable is reached, I want to block the swipe function so it doesn’t occur. Is this possible?