0x384c0

Results 4 comments of 0x384c0

At least how do we know that phone numbers could not be found on device before calling `startIntentSenderForResult`, so we could avoid that animation with empty box?

Switching to OpenGL solves ink issue in Alterna and long loading times. But Splatsville becomes too bright.

My solution was: disabling forceKeyboard `app:forceKeyboard="true" ` Then focusing pinView manually ``` val view = pinView.requestPinEntryFocus() as? EditText Handler().postDelayed({ if (view.requestFocus()) { val imm = context?.getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager? imm?.showSoftInput(view, InputMethodManager.SHOW_IMPLICIT)...

Here is my case where imports broke after 6.1.1. I had modules that had dependencies on each other. For example `Module1` depends on `Module2` ```dart class Class1_1 {} class Class1_2...