iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Guide list: Duplicate guides if multiple API calls are fired off #113

Open marczych opened 11 years ago

marczych commented 11 years ago

1) Launch Teardowns (API call for first page is fired off) 2) Change orientation before API call returns. 3) Another API call for the first page is initiated. 4) First API call comes back and puts data for the first "page". 5) Second API call comes back and puts same data as the first "page" into the second "page".