Skip to content

Commit 3a641c7

Browse files
authored
Merge pull request #66 from Web3Auth/fix/setResultUrl
Update duration in setResultUrl
2 parents 0aac186 + ea22006 commit 3a641c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add `web3auth_flutter` as a dependency to your `pubspec.yaml` file.
3737

3838
```yml
3939
dependencies:
40-
web3auth_flutter: ^3.1.5
40+
web3auth_flutter: ^3.1.6
4141
```
4242
4343
or

lib/web3auth_flutter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Web3AuthFlutter {
8888

8989
static Future<void> setResultUrl() async {
9090
try {
91-
await Future.delayed(const Duration(milliseconds: 250));
91+
await Future.delayed(const Duration(milliseconds: 350));
9292
if (Platform.isAndroid && !_isLoginSuccessful) {
9393
await _channel.invokeMethod('setResultUrl');
9494
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: web3auth_flutter
22
description: Flutter SDK for Torus Web3Auth (Web3Auth)
3-
version: 3.1.5
3+
version: 3.1.6
44
homepage: https://web3auth.io
55
repository: https://github.com/Web3Auth/web3auth-flutter-sdk.git
66

0 commit comments

Comments
 (0)