Draft stability improvements (#9435)

This commit is contained in:
sprangg 2022-09-26 00:33:16 +03:00 committed by GitHub
parent c8c663b976
commit b9530e307d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 116 additions and 4 deletions

View file

@ -303,6 +303,8 @@
if (timeout != 0) {
countdown.start();
}
SessionHandler.setBoosterLoaded(draftId); // confirm to the server that the booster has been loaded
}
private void loadCardsToPickedCardsArea(SimpleCardsView pickedCards) {