We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ece88 commit c7c0f8aCopy full SHA for c7c0f8a
1 file changed
palace-books-controller/src/main/java/org/nypl/simplified/books/controller/Controller.kt
@@ -163,6 +163,14 @@ class Controller private constructor(
163
.subscribe(this::onProfileUpdated)
164
165
this.updateCrashlytics()
166
+
167
+ this.submitTask {
168
+ this.logger.debug("Scheduling profile data load...")
169
+ ProfileDataLoadTask(
170
+ this.profiles.currentProfile(),
171
+ this.bookRegistry
172
+ ).run()
173
+ }
174
}
175
176
private fun onProfileUpdated(event: ProfileUpdated) {
0 commit comments