Merge "Post hiding loading view operation into to the message queue" into main
This commit is contained in:
@@ -214,9 +214,11 @@ class DeviceDetailsFragmentFormatterImpl(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isLoading) {
|
fragment.listView.post {
|
||||||
fragment.setLoading(false, false)
|
if (isLoading) {
|
||||||
isLoading = false
|
fragment.setLoading(false, false)
|
||||||
|
isLoading = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user