Skip to content

Commit

Permalink
20170908
Browse files Browse the repository at this point in the history
  • Loading branch information
Tailyou committed Sep 14, 2017
1 parent bb324c4 commit 39f95cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class SinaHandlerActivity : Activity(), WbShareCallback {
shareHandler!!.doResultIntent(intent, this)
}

override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent) {
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
super.onActivityResult(requestCode, resultCode, data)
// SSO 授权回调
// 重要:发起 SSO 登陆的 Activity 必须重写 onActivityResults
Expand Down

0 comments on commit 39f95cb

Please sign in to comment.