Agung Watanabe

Results 4 issues of Agung Watanabe

My logcat got spammed every 500ms with this error after flashing uperf. - uperf version: [DEV 22.04.09](https://github.com/yc9559/uperf/releases/tag/dev-22.04.09) - phone: Google Pixel 3 Android 11 - soc: sdm845 EAS - profile:...

I want to change the on double tap behavior i tried to use `setOnDoubleTapListener` but it's still zooming. ```kotlin touchImageView.setOnDoubleTapListener(object : OnDoubleTapListener { override fun onSingleTapConfirmed(e: MotionEvent): Boolean { return...

I tested on local machine, returns correct "https" callback URL. Meanwhile not in production with the exact same URL: ``` https://-------------/auth/google/callback ```