home-assistant-android/app
Joris Pelgröm e53533ed4a
Fix Thread sync throwing exception sometimes crashing app (#3634)
- Thread credential syncing uses the provided CoroutineScope to run other functions that throw exceptions. When using a normal Job a thrown exception will mean that everything in that scope is cancelled and propagates, even if caught. That isn't wanted so use a SupervisorJob instead when running this function to make sure that when caught nothing else stops.
2023-07-07 11:30:33 -04:00
..
src Fix Thread sync throwing exception sometimes crashing app (#3634) 2023-07-07 11:30:33 -04:00
build.gradle.kts Jetpack Compose icon dialog (#3631) 2023-07-04 13:25:32 -04:00
proguard-rules.pro Initial commit 2019-04-01 22:52:08 -07:00