Skip to content
This repository was archived by the owner on Feb 17, 2020. It is now read-only.

Commit 0a7c38a

Browse files
committed
Prevent similar crashes on SignInActivity
1 parent 10bbec4 commit 0a7c38a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/net/squanchy/signin/SignInActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class SignInActivity : AppCompatActivity() {
9292
window.setGravity(Gravity.FILL_HORIZONTAL or Gravity.BOTTOM)
9393
}
9494

95-
public override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent) {
95+
public override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
9696
super.onActivityResult(requestCode, resultCode, data)
9797

9898
if (requestCode == RC_SIGN_IN) {

0 commit comments

Comments
 (0)