We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c123a1f + 6f30715 commit f2eb381Copy full SHA for f2eb381
1 file changed
libs/SalesforceSDK/src/com/salesforce/androidsdk/ui/LoginActivity.kt
@@ -1514,7 +1514,7 @@ open class LoginActivity : FragmentActivity() {
1514
* path and parameters for mobile callback and matches the boot config's
1515
* consumer key or false otherwise
1516
*/
1517
- @Deprecated(message = "Deprecated in 13.2.0. Will be removed in 14.0.0. Use isSalesforceWelcomeDiscoveryMobileUrl(Uri).")
+ @Deprecated(message = "Deprecated in 13.1.1. Will be removed in 14.0.0. Use isSalesforceWelcomeDiscoveryMobileUrl(Uri).")
1518
fun isSalesforceWelcomeDiscoveryMobileUrl(
1519
@Suppress("unused") context: Context,
1520
uri: Uri,
0 commit comments