martasmith / HackTheHood

1 stars 0 forks source link

onActivityResult on WebsiteCollectionFragment is never called #52

Closed TomHarte closed 10 years ago

TomHarte commented 10 years ago

I think this can't be resolved until the final Activity/Fragment relationships are in place; every link I can find suggests it's likely to be an incorrectly formed onActivityResult somewhere in the chain of fragments and activities on display.

As currently checked in, compare and contrast the single-page fragment and the full-site one. Both have the exact same code for attempting to obtain images by issuing an Intent. The former retains its own Activity while the latter is in the process of being subsumed into what will be the drawer. The former works, the latter doesn't.

So, not necessarily your problem, but I think insoluble until the drawer is in place (and possibly will have resolved itself in the interim).