[#1031] Revert strictMode violation: LeakedClosableViolation data db

Until we have more time to investigate, I have reverted this issue due to a prelaunch report crash https://github.com/zcash/secant-android-wallet/issues/868

This reverts commit ca0e69d97f.
This commit is contained in:
Carter Jernigan 2023-05-19 11:38:58 -04:00 committed by Carter Jernigan
parent 352811cd6b
commit 65069f76dd
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ class SdkSynchronizer private constructor(
val shutdownJob = coroutineScope.launch {
Twig.debug { "Stopping synchronizer $synchronizerKey" }
processor.stop()
storage.close()
}
instances[synchronizerKey] = InstanceState.ShuttingDown(shutdownJob)