I don't think there is any easy, elegant solution to this. The 90% constraint is hardcoded in GeneralClickAction, and the class is final so we can't override getConstraints.
I would write your own ViewAction based on GeneralClickAction's code, skipping the isDisplayingAtLeast check.