added logs to FacebookActivity.onComplete()

onComplete() is being called but still the activity is not finishing. When you hit back it works as expected.
I've tried adding flags to the calling intent, intializing all lifecycle methods and even arranging the order things are called.

I have tried these intent flags so far:
FLAG_ACTIVITY_NO_HISTORY
FLAG_ACTIVITY_NEW_TASK
FLAG_ACTIVITY_CLEAR_TASK
This commit is contained in:
warren powers
2011-07-07 19:44:55 +00:00
parent d2fa3a0cc6
commit 13aec96feb
15 changed files with 97 additions and 51 deletions

View File

@@ -9,8 +9,8 @@
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/warren/Development/workspace/TravelPost/libs/twitter4j-core-2.1.11.jar"/>
<classpathentry kind="src" path="FacebookLib_src"/>
<classpathentry kind="src" path="ExceptionHandlerLib_src"/>
<classpathentry kind="src" path="LocationLib_src"/>
<classpathentry kind="src" path="ExceptionHandlerLib_src"/>
<classpathentry kind="src" path="FacebookLib_src"/>
<classpathentry kind="output" path="bin"/>
</classpath>