mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-28 16:09:33 +01:00
try was missing a catch block.
This commit is contained in:
parent
1a46f7e2c6
commit
988bf62acf
@ -83,6 +83,8 @@ class PlaybackStateSerializer : KoinComponent {
|
||||
lock.lock()
|
||||
deserializeNow(afterDeserialized)
|
||||
setup.set(true)
|
||||
} catch (all: Exception) {
|
||||
Timber.e(all, "Had a problem deserializing:")
|
||||
} finally {
|
||||
lock.unlock()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user