Miroslav Kacera
Miroslav Kacera
Setting `isLongClickable` on `SubsamplingScaleImageView` to `false` is ignored and long click listener is fired regardless
I would like to request simple handy feature to control scale type via xml attributes. Right now it can only be set from code calling `setMinimumScaleType` or (hacky) using databinding...
I'm mocking simple function returning `UInt` but after that method is executed in the test it crashes with `java.lang.ClassCastException`. ``` every { calculator.compute(any()) } returns 23859762u ``` ### Expected Behavior...