AlexChumakou / dashclock

Automatically exported from code.google.com/p/dashclock
0 stars 0 forks source link

Integer placeholder displayed instead of its value when removing extensions #753

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have some extensions enabled.
2. Go to the 'Extensions' tab.
3. Swipe 2 or more extensions quickly to remove them.

What is the expected output? What do you see instead?
When all the extensions are swiped away, a message saying '%d extensions 
removed.' shows up at the bottom. You'd expect a numeric value to appear where 
the '%d' integer placeholder is.

What version of the product are you using?
Version 1.6.

Which device and Android version are you experiencing this issue on?
Google Nexus 5 running Android 4.2.2 (KitKat).

Are you using a custom launcher or ROM? If so, which one? Note that custom
launchers and ROMs are not supported.
No.

Please provide any additional information below.

This is a minor issue but an issue nevertheless. Probably the problem lies in 
some missing or misplaced quotation marks where the string is produced that are 
causing the '%d' placeholder to be interpreted as a part of the string. Or 
maybe the placeholder is being inadvertently escaped. Again, this seems like a 
fix that can be tackled in 5 minutes or less.

Original issue reported on code.google.com by davidj...@gmail.com on 19 Mar 2014 at 9:33