Closed GoogleCodeExporter closed 8 years ago
"Bacheca" is "Shoutbox" in English, and "Dillo" is "Shout".
I just tried it (in the emulator), and managed to reproduce it, it's a USER 130
crash.
Thanks for the report, we'll look into it.
It should try and show two options:
"Shout at [my username]"
"Shout at [username of the selected shout]"
But if the shoutbox is empty, either the "Shout" menu option should be
completely
removed, or it should just have "Shout at [my username]". Some people might
want to
shouting on their own empty wall, so the second choice is probably best.
Original comment by hugovk@gmail.com
on 18 Jun 2009 at 4:50
Original comment by hugovk@gmail.com
on 18 Jun 2009 at 6:06
Fixed in r715.
ShoutAtTextUserLC was being called, which looks up a iList[] item, and causes
an
array out-of-bounds panic.
I also noticed if your usename is all lower case (e.g. "myusername") in
Mobbler, but
mixed case on Last.fm (e.g. "MyUserName"), then if there's a single shout from
yourself, it shows it twice as:
Shout as myusername
Shout as MyUserName
But it should show it only once. So I've fixed that too (without making a new
bug,
is that ok?).
Original comment by hugovk@gmail.com
on 18 Jun 2009 at 7:09
Original issue reported on code.google.com by
talks...@gmail.com
on 18 Jun 2009 at 1:44