Skip to content

Commit 43ab521

Browse files
committed
Make shouldShowBackButton value open.
1 parent e80d820 commit 43ab521

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ open class LoginViewModel(val bootConfig: BootConfig) : ViewModel() {
181181
open val singleServerCustomTabActivity = false
182182

183183
/** Value representing if the back button should be shown on the login view. */
184-
val shouldShowBackButton = with(SalesforceSDKManager.getInstance()) {
184+
open val shouldShowBackButton = with(SalesforceSDKManager.getInstance()) {
185185
!(userAccountManager.authenticatedUsers.isNullOrEmpty() || biometricAuthenticationManager?.locked ?: false)
186186
}
187187

0 commit comments

Comments
 (0)