We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990e53e commit 9bdc641Copy full SHA for 9bdc641
1 file changed
libs/SalesforceSDK/src/com/salesforce/androidsdk/ui/LoginActivity.kt
@@ -521,7 +521,7 @@ open class LoginActivity : FragmentActivity() {
521
* @param errorDesc The error description
522
* @param e The exception
523
*/
524
- protected fun onAuthFlowError(
+ protected open fun onAuthFlowError(
525
error: String,
526
errorDesc: String?,
527
e: Throwable? = null,
0 commit comments