You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok crashed, when login in with error: FATAL EXCEPTION: Thread-167 Process: su.iqq, PID: 3472 java.lang.IllegalStateException: Must be called from main thread of process at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1428) at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:483) at android.app.FragmentManagerImpl.popBackStackImmediate(FragmentManager.java:498) at android.app.Activity.onBackPressed(Activity.java:2482) at ru.ok.android.sdk.OkAuthActivity.onFail(Unknown Source) at ru.ok.android.sdk.OkAuthActivity$1.run(Unknown Source)
The text was updated successfully, but these errors were encountered:
7va
changed the title
Must be called from main thread of process on OkAuthActivity.java
Must be called from main thread of process in OkAuthActivity.java
May 3, 2016
7va
changed the title
Must be called from main thread of process in OkAuthActivity.java
"Must be called from main thread of process" Error in OkAuthActivity.java
May 3, 2016
Ok crashed, when login in with error:
FATAL EXCEPTION: Thread-167 Process: su.iqq, PID: 3472 java.lang.IllegalStateException: Must be called from main thread of process at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1428) at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:483) at android.app.FragmentManagerImpl.popBackStackImmediate(FragmentManager.java:498) at android.app.Activity.onBackPressed(Activity.java:2482) at ru.ok.android.sdk.OkAuthActivity.onFail(Unknown Source) at ru.ok.android.sdk.OkAuthActivity$1.run(Unknown Source)
AndroidManifest have the code:
Also i created OK_PUBLIC_KEY and OK_SECRET_KEY
The text was updated successfully, but these errors were encountered: