mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-11 01:00:58 +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()
|
lock.lock()
|
||||||
deserializeNow(afterDeserialized)
|
deserializeNow(afterDeserialized)
|
||||||
setup.set(true)
|
setup.set(true)
|
||||||
|
} catch (all: Exception) {
|
||||||
|
Timber.e(all, "Had a problem deserializing:")
|
||||||
} finally {
|
} finally {
|
||||||
lock.unlock()
|
lock.unlock()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user