We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f68fa commit 0bea77bCopy full SHA for 0bea77b
1 file changed
libs/SalesforceSDK/src/com/salesforce/androidsdk/ui/LoginActivity.kt
@@ -1659,7 +1659,7 @@ open class LoginActivity : FragmentActivity() {
1659
* Activity result callback for the "Login for Admin" custom tab.
1660
*/
1661
@VisibleForTesting
1662
- internal inner class AdminCustomTabActivityResult : ActivityResultCallback<ActivityResult> {
+ internal class AdminCustomTabActivityResult : ActivityResultCallback<ActivityResult> {
1663
override fun onActivityResult(result: ActivityResult) {
1664
// Intentional no-op: keep the existing WebView visible on cancel.
1665
}
0 commit comments