mirror of
https://github.com/ankitects/anki.git
synced 2025-12-16 16:20:58 -05:00
no need to check daily stats or mark expired due
This commit is contained in:
parent
cfb04ca8c6
commit
df28128a24
1 changed files with 0 additions and 2 deletions
|
|
@ -254,8 +254,6 @@ class AnkiQt(QMainWindow):
|
|||
if self.state == "deckFinished":
|
||||
# don't try refresh if the deck is closed during a sync
|
||||
if self.deck:
|
||||
self.deck.checkDailyStats()
|
||||
self.deck.markExpiredCardsDue()
|
||||
self.moveToState("getQuestion")
|
||||
if self.state != "deckFinished":
|
||||
if self.refreshTimer:
|
||||
|
|
|
|||
Loading…
Reference in a new issue