We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80d820 commit 43ab521Copy full SHA for 43ab521
1 file changed
libs/SalesforceSDK/src/com/salesforce/androidsdk/ui/LoginViewModel.kt
@@ -181,7 +181,7 @@ open class LoginViewModel(val bootConfig: BootConfig) : ViewModel() {
181
open val singleServerCustomTabActivity = false
182
183
/** Value representing if the back button should be shown on the login view. */
184
- val shouldShowBackButton = with(SalesforceSDKManager.getInstance()) {
+ open val shouldShowBackButton = with(SalesforceSDKManager.getInstance()) {
185
!(userAccountManager.authenticatedUsers.isNullOrEmpty() || biometricAuthenticationManager?.locked ?: false)
186
}
187
0 commit comments