android-kotlin-login
android-kotlin-login copied to clipboard
Rename SIGN_IN_RESULT_CODE const variable in MainFragment
Based on the steps provided in the "Implement the login button" task in the codelab, the variable that's currently called SIGN_IN_RESULT_CODE
should be SIGN_IN_REQUEST_CODE
instead.