Fixed
Status Update
Comments
vs...@google.com <vs...@google.com>
ce...@gmail.com <ce...@gmail.com> #2
27dca64da426e986b52af0e6ddcc548d514a83c7
ce...@gmail.com <ce...@gmail.com> #3
27dca64da426e986b52af0e6ddcc548d514a83c7
jv...@google.com <jv...@google.com>
tn...@google.com <tn...@google.com> #4
This is (finally!) fixed by Change-Id: Ibac406149b0360dc0490cbd6c2f699265b1b1f48 for Studio 4.2. Thanks for your report -- and patience :-)
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.