Search results


  1. A

    Resolved Xiaomi Android 10 crashes when typing in an email address

    Ahh, interesting. Thanks for the info. I guess we gonna try this with the next patch release and see if it works. Thank you very much for the idea. Hope this works! Best regards, Tobias
  2. A

    Resolved Xiaomi Android 10 crashes when typing in an email address

    You are right, this is because the view got that parameter, too. Sorry, I forgot to mention: inputEditText.movementMethod = ScrollingMovementMethod() Do you think this is related?
  3. A

    Resolved Xiaomi Android 10 crashes when typing in an email address

    Well, as I said, I was hijacking the thread. So it is not "The Email app" but specifically this one: https://play.google.com/store/apps/details?id=com.newsenselab.android.msense The error comes directly when starting the app. It will ask you whether you are a user having already an account...
  4. A

    Resolved Xiaomi Android 10 crashes when typing in an email address

    Hmm, I see this seems to be tricky. What else can I show? I have no exact idea what called this but expect the user to click on it and entering the email.
  5. A

    Resolved Xiaomi Android 10 crashes when typing in an email address

    Ah, sorry for hijacking this thread. I'm not working on that email app. This is a completely different project - but sharing the same issue. If you want I can give you the code / XML definition for the EditText. However, there is not much magic hapening. The way I understood the issue was that...
  6. A

    Resolved Xiaomi Android 10 crashes when typing in an email address

    I apologize for not introducing propperly! "We" means my team and me. We are developing an Android App, having the same problem of having problems with the EditText view. It happens exclusively on Xiaomi Redmi devices with Android 10. I was hoping to find a solution here. Fatal Exception...
  7. A

    Resolved Xiaomi Android 10 crashes when typing in an email address

    We are facing the same issue. Any solution available yet?