What steps will reproduce the problem?
1. Open Spydroid
2. Enter IP Address into EditText
3. Rotate screen
What is the expected output? What do you see instead?
Would expect to see the same IP address that I entered. Instead, I see the
default IP address.
What version of the product are you using? On what operating system?
1.0.1
Please provide any additional information below.
I have actually looked at the source and I see where the bug is. In the
OnClickListener in Spydroid Activity for 'Stream' Button, the entered IP
address is put into the preferences as a key value pair "IP" when the user
presses the button. However, when attempting to pull the ip address out on the
OnStart, the key is given as "ip" instead of "IP".
Simple change for an annoying problem I'll say.
Original issue reported on code.google.com by devinh...@gmail.com on 29 Sep 2011 at 11:07
Original issue reported on code.google.com by
devinh...@gmail.com
on 29 Sep 2011 at 11:07