Fixed
Status Update
Comments
tr...@google.com <tr...@google.com> #2
Hey, I would like to take this up?
er...@google.com <er...@google.com> #3
Hey, any help on how can I proceed forward.?
bu...@google.com <bu...@google.com> #4
Re #2,3 - We've just published our
Fragment have some existing lint checks in their fragment-lint
project, so some of the steps are already taken care of for you (and the existing Lint checks are a good place to look for code examples and testing strategies).
Thanks for offering to help!
er...@google.com <er...@google.com> #6
Thank you for the pull request! This has been added internally and will be a part of the next Fragment alpha release.
bu...@google.com <bu...@google.com>
er...@google.com <er...@google.com> #7
I know the ticket is closed but ..
if you call getLayoutInflater from onCreate method (not onCreateDialog) you may have a crash.
because getLayoutInflator goes to onGetLayoutInflater and then it can go to onCreateDialog (even though the entry point is onCreate dialog)
if you call getLayoutInflater from onCreate method (not onCreateDialog) you may have a crash.
because getLayoutInflator goes to onGetLayoutInflater and then it can go to onCreateDialog (even though the entry point is onCreate dialog)
bu...@google.com <bu...@google.com> #8
Hi. I've received your bug and will wait for b/146048690 to be fixed and then assign the bug to ericng@google.com.
bu...@google.com <bu...@google.com>
er...@google.com <er...@google.com> #9
Bugjuggler: wait until next month
bu...@google.com <bu...@google.com> #10
Hi. I've received your bug and will wait until 2020-02-01 00:00 -0800 PST and then assign the bug to ericng@google.com.
bu...@google.com <bu...@google.com>
er...@google.com <er...@google.com> #11
er...@google.com <er...@google.com> #12
This will be included in the Alpha10 release. Marking as fixed. Thanks!
Description
This is a Known Issue.
Currently some apps using PreviewView may have a stretched/incorrect aspect ratio preview after pause / resume on some FULL devices like pixel2.
ETA will be posted once we root cause and schedule a fix.