alexvarboffin / bites-android

Automatically exported from code.google.com/p/bites-android
GNU General Public License v3.0
0 stars 0 forks source link

Keep focus on last ingredient/step selected #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Choose a recipe and then select an item from the ingredients/step list
2. Wait till screen fades off or turn screen off or open new application
3. Return to bites.

What is the expected output? What do you see instead?
The selected item should be still selected or, at least, the screen should 
show the same portion of the list as when you left. Instead of that, it 
shows the top of the list.

What version of the product are you using? On what operating system?
Bites 1.2

Original issue reported on code.google.com by Daniel.Miro.Pettican on 24 Aug 2009 at 12:48

GoogleCodeExporter commented 8 years ago

Original comment by benny.ca...@gmail.com on 24 Aug 2009 at 12:52

GoogleCodeExporter commented 8 years ago
Rows aren't actually "selected" so could be difficult. Could try preventing 
requery 
of the cursor on Activity Resume unless the Recipe has changed.

Original comment by benny.ca...@gmail.com on 24 Aug 2009 at 12:55