Closed GoogleCodeExporter closed 8 years ago
If the search is not yet complete it does the search again, if it is complete
it does
not. This is an artifact of how orientation changes work on Android because the
Activity is completely re-created. If the data is there, I save it and don't do
the
search again, but if the search is not completed it's not there to save.
Are you sure this is happening after results are shown?
There are some other tricks I can use to not re-start the search even if the
results
are not back yet, but it's pretty complicated and for the current version I
didn't
think it was a big problem if it just re-searches if results aren't in yet.
Thoughts?
Original comment by charlie....@gmail.com
on 10 May 2010 at 1:28
Well, the button to accept the book is already shown when this happens.
Not a big deal if you only scan one or two books, but a bit time consuming on a
few
hundred (I scanned >400 in the last week, mostly done by now, so not really a
pressing issue ;-)
Original comment by afx...@gmail.com
on 10 May 2010 at 1:57
I'll keep this open and try to look at it more, not sure I understand it yet.
Original comment by charlie....@gmail.com
on 15 May 2010 at 1:30
I understand this now. It's the BookEntryResult Activity that we are talking
about
here, after data is retrieved on the page that says "Add Book" if you flip, it
makes
request again. Shouldn't do that, easy fix.
Original comment by charlie....@gmail.com
on 25 May 2010 at 5:32
Original comment by charlie....@gmail.com
on 1 Jun 2010 at 12:35
Original issue reported on code.google.com by
afx...@gmail.com
on 9 May 2010 at 10:00