Merge "Use lifecycleScope.launch instead of post" into main
This commit is contained in:
@@ -214,7 +214,7 @@ class DeviceDetailsFragmentFormatterImpl(
|
||||
}
|
||||
}
|
||||
|
||||
fragment.listView.post {
|
||||
fragment.lifecycleScope.launch {
|
||||
if (isLoading) {
|
||||
fragment.setLoading(false, false)
|
||||
isLoading = false
|
||||
|
||||
Reference in New Issue
Block a user