Fixed
Status Update
Comments
yu...@google.com <yu...@google.com> #2
> Even though the View leak bug 36949180 is fixed in Android N
Bug 37090736 is the right bug ID (after issue tracker migration).
il...@google.com <il...@google.com> #3
This was fixed in https://android-review.googlesource.com/838308 and will be available in AndroidX Activity 1.0.0-alpha03
ma...@gmail.com <ma...@gmail.com> #4
My gmail account password forget nillakashnillakash19@gmail.com that account password forget
Description
It would be great if we can work around this bug somewhere in the support library so that app developers can easily avoid this issue just by updating the SDK and rebuild their apps.
Typical steps to reproduce this issue (if the app is suffering from
1. Launch the app.
2. Hit the back button on the NavBar.
3. Wait for a while.
Expected behavior:
InputMethodManager#mServedView and InputMethodManager#mNextServedView should be null.
Actual behavior:
InputMethodManager#mServedView and/or InputMethodManager#mNextServedView still holds a strong reference to View object.