Skip to content

Commit 6acc2d3

Browse files
author
a.mochalov
committed
version 3.2.2
1 parent 1932d5b commit 6acc2d3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

core/src/main/java/com/vk/api/sdk/ui/VKWebViewAuthActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ open class VKWebViewAuthActivity: Activity() {
156156
} else if (uri.getQueryParameter("cancel") != null) {
157157
notifyLockerAndFinish()
158158
}
159+
return false
159160
} else {
160161
if (!url.startsWith(redirectUrl)) {
161162
return false

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ SOFTWARE.
2323
*/
2424

2525
ext.sdkVersions = [
26-
code : '25',
27-
name : '3.2.0',
26+
code : '27',
27+
name : '3.2.2',
2828

2929
minSdk : 21,
3030
targetSdk : 29,

id/src/main/java/com/vk/sdk/id/UserId.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ fun Long.toUserId(): UserId = UserId(this)
9090
@Deprecated(message = "don't use it in new code",
9191
replaceWith = ReplaceWith("toUserId()", "com.vk.dto.common.id")
9292
)
93-
fun Int.toLegacyUserId(): UserId = UserId(this.toLong())
93+
fun Int.toLegacyUserId(): UserId = UserId(this.toLong())

vk.gradle

Whitespace-only changes.

0 commit comments

Comments
 (0)