Fixed
Status Update
Comments
vs...@google.com <vs...@google.com>
ce...@gmail.com <ce...@gmail.com> #2
Can you share android studio version
ce...@gmail.com <ce...@gmail.com> #3
Android Studio 2.3.3
It's been happening for the last couple of years, probably longer.
It's been happening for the last couple of years, probably longer.
jv...@google.com <jv...@google.com>
tn...@google.com <tn...@google.com> #4
Sorry about the delay; working my way back through the public issue tracker for overlooked bugs now. This is finally fixed in Studio 4.2 by Change-Id: I77ec52cec24e3411106a10654c4ff4fab6929e5a. Thanks for the report!
Description
Android Studio 0.2.6
If you make a Toast and don't call "show" you get a helpful warning but there is no Intention ( quick fix ) to fix it.
Toast.makeText(this, "Yay!", Toast.LENGTH_LONG);
You get: "Toast created but not shown: did you forget to call show() "
Alt-Enter, should have an option for "Add show() method".
It is small amount to type manually, but if you are used to using the Intention, it will fit in with the normal editing flow.