renamed Twitter.java to TwitterServices.java and copied code from original TwitterServices.java (why change what works?)
added thread needed to start twitter authorization to TravelPostMain.java. Created TwitterWebAuth.java and twitterwebauth.xml modified some strings to better explain failure points. tested and working for authorization.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
added logs to FacebookActivity.onComplete()
|
||||
renamed Twitter.java to TwitterServices.java and copied code from original TwitterServices.java (why change what works?)
|
||||
added thread needed to start twitter authorization to TravelPostMain.java. Created TwitterWebAuth.java and twitterwebauth.xml
|
||||
modified some strings to better explain failure points.
|
||||
|
||||
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.
|
||||
tested and working for authorization.
|
||||
|
||||
I have tried these intent flags so far:
|
||||
FLAG_ACTIVITY_NO_HISTORY
|
||||
FLAG_ACTIVITY_NEW_TASK
|
||||
FLAG_ACTIVITY_CLEAR_TASK
|
||||
Reference in New Issue
Block a user