Merge "Use lifecycleScope.launch instead of post" into main

This commit is contained in:
Haijie Hong
2025-01-13 21:13:55 -08:00
committed by Android (Google) Code Review

View File

@@ -214,7 +214,7 @@ class DeviceDetailsFragmentFormatterImpl(
}
}
fragment.listView.post {
fragment.lifecycleScope.launch {
if (isLoading) {
fragment.setLoading(false, false)
isLoading = false