Andrii Yanechko
Andrii Yanechko
Same problem: ``` E/AndroidRuntime: FATAL EXCEPTION: main Process: ua.com.ozzy, PID: 28615 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@fd0ae97 rejected from java.util.concurrent.ThreadPoolExecutor@d68884[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed...
Just in case, you can easily move core part of the library to the KMM. I used that code snippet to crop an image on the iOS side: ``` @OptIn(ExperimentalForeignApi::class)...
Yeap, same problem. Thats because of line 335 in PhotoViewAttacher class: @Override public boolean onTouch(View v, MotionEvent ev) { boolean handled = false; if (mZoomEnabled && Util.hasDrawable((ImageView) v)) { switch...
We are experiencing same behaviour in the app