Samuel Chou
Samuel Chou
actually... due to spring effect, it looks like that stop position is **never** where the initial position set.
using AVD Pixel 3a API 30 x86 can cause similar problem. 
Android 8 and Android 10 cannot re-produce the issue, no matter what device it is. I guess the problem comes along with Android 11 (API 30)
There're conflicts now. I'm also looking forward to merge! 💪
Actually, after re-think about it, I think a custom `GateKeeper` should be more match to my case...? However, the changes will be a lot more if change `GateKeeper` from class...
And I don't really understand why Travis CI build failed. It says: ``` * What went wrong: Execution failed for task ':gandalf:gnagReport'. > Failed to fetch PR details. Reason: 401...
@eggheadgames I'm just confused with the CircleCI error. How could I fix that? I'm willing to do the work. 💪
Interesting...CircleCI failed at.... uh, _unexpectedly_. ``` FAILURE: Build failed with an exception. * What went wrong: Could not determine java version from '11.0.9.1'. ``` If that was what I think,...
Ok...there are more gradle problems than I expected. I'll try to fix it by the way. ``` 1: Task failed with an exception. ----------- * What went wrong: A problem...
After I tried updating `android-maven` , problem shows up in Android Studio: ``` Caused by: org.gradle.api.plugins.UnknownPluginException: Plugin with id 'findbugs' not found. ``` And it seems that `findbugs` is removed,...