Fixed
Status Update
Comments
su...@gmail.com <su...@gmail.com> #2
Converting to an enhancement request.
su...@gmail.com <su...@gmail.com> #3
Any update on the status of this enhancement?
il...@google.com <il...@google.com> #4
Fails for UrlFetches to far-away places like China. Making it configurable would be useful -- or reporting it as an actual timeout would help as well.
ku...@gmail.com <ku...@gmail.com> #5
I also need this feature, any update on the status ?
a....@gmail.com <a....@gmail.com> #7
Any update on this feature request, Its really important for us to have this feature
Description
When using a method from
DialogFragment
, if you want to get aLayoutInflater
, you should always call thegetLayoutInflater()
Fragment
.Using can return a
LayoutInflater.from(Context)
LayoutInflater
that does not have the correct theme.It would be nice if there was a lint rule, that caught all calls to
LayoutInflater.from(Context)
and suggested to usegetLayoutInflater()
instead.