This commit is contained in:
carbotaniuman 2020-06-22 10:51:09 -05:00
parent 79e45eed4c
commit 2b2727c4e8
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ class MangaDexClient(private val clientSettings: ClientSettings) {
this.state = GracefulShutdown(state, nextState = Shutdown) {
latch.countDown()
}
latch.await()
} else if (state is GracefulShutdown) {
this.state = state.copy(nextState = Shutdown) {
latch.countDown()