diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 3e4a1d10f..39c85a654 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -281,6 +281,7 @@ Please do not file a bug report with Anki.
""") return self.moveToState("noDeck") elif state == "auto": self.currentCard = None + self.lastCard = None if self.deck: if self.state == "studyScreen": return self.moveToState("studyScreen")