Merge pull request #146 from ente-io/logout_timeout
This commit is contained in:
commit
f3f8f20b2c
2 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ class Configuration {
|
||||||
if (SyncService.instance.isSyncInProgress()) {
|
if (SyncService.instance.isSyncInProgress()) {
|
||||||
SyncService.instance.stopSync();
|
SyncService.instance.stopSync();
|
||||||
try {
|
try {
|
||||||
await SyncService.instance.existingSync();
|
await SyncService.instance.existingSync().timeout(Duration(seconds: 5));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// ignore
|
// ignore
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@ description: ente photos application
|
||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.4.0+260
|
version: 0.4.1+261
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.10.0 <3.0.0"
|
sdk: ">=2.10.0 <3.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue