Fixed
Status Update
Comments
gh...@google.com <gh...@google.com> #2
for example, many different devices return the same longitude and latitude.such as : longitude is 121.474000 and latitude is 31.230001.
i donnot understand why is the data the same?
i donnot understand why is the data the same?
Description
While doing some other work in
ReplaceStringQuickFix
I was able to induce the following exception during intention preview:I think part of the problem is this line in
ReplaceStringQuickFix
:That line has the effect of changing the PsiFile back to a physical file (replacing the non-physical file synthesized by the intention preview code). The line was originally added to support applying Lint fixes to a different file than the one being edited (ag/12351963).
Probably we can disable intention preview in this case.