Skip to content

Commit

Permalink
oovium not loaded if no icloud bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aepryus committed Nov 16, 2022
1 parent b317d06 commit f9728b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oovium/Global/Ponds/BootPond.swift
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class BootPond: Pond {
startOovium.ready = {
self.loadSettings.succeeded
&& (self.needNotMigrate.succeeded || self.migrate.succeeded)
&& self.queryCloud.succeeded
&& self.queryCloud.completed
}

loadAether.ready = { self.startOovium.succeeded }
Expand Down

0 comments on commit f9728b5

Please sign in to comment.