Skip to content

Commit 9bdc641

Browse files
brandonpagewmathurin
authored andcommitted
Merge pull request #2707 from brandonpage/13.0-login-fixes
Make LoginActivity onAuthFlowError open.
1 parent 990e53e commit 9bdc641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/SalesforceSDK/src/com/salesforce/androidsdk/ui/LoginActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ open class LoginActivity : FragmentActivity() {
521521
* @param errorDesc The error description
522522
* @param e The exception
523523
*/
524-
protected fun onAuthFlowError(
524+
protected open fun onAuthFlowError(
525525
error: String,
526526
errorDesc: String?,
527527
e: Throwable? = null,

0 commit comments

Comments
 (0)