home-assistant-android/app
Joris Pelgröm 4a5d58053c
Don't load icon dialog resources every time and on main thread (#2450)
- Don't load the icon dialog's icon pack every time the fragment is resumed, it only needs to be loaded once
 - Don't load the icon dialog's icon pack on the main thread, instead load it on the IO thread to prevent blocking the fragment UI thread (as suggested in the loadDrawables function)
 - Clean up @RequiresApi(Build.VERSION_CODES.N_MR1) annotations
2022-04-12 18:41:52 -04:00
..
src Don't load icon dialog resources every time and on main thread (#2450) 2022-04-12 18:41:52 -04:00
build.gradle.kts Convert NFC tags interface to Compose and update design (#2441) 2022-04-12 18:29:57 -04:00
proguard-rules.pro Initial commit 2019-04-01 22:52:08 -07:00