Merge branch 'main' into color-palette

This commit is contained in:
Matthias Metelka 2022-08-30 18:17:38 +02:00 committed by GitHub
commit cb4afed825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,8 +230,7 @@ class Reviewer:
self.mw.moveToState("overview") self.mw.moveToState("overview")
return return
if self._reps is None or self._reps % 100 == 0: if self._reps is None:
# we recycle the webview periodically so webkit can free memory
self._initWeb() self._initWeb()
self._showQuestion() self._showQuestion()