Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0c04764 authored by Haijie Hong's avatar Haijie Hong Committed by Android (Google) Code Review
Browse files

Merge "Post hiding loading view operation into to the message queue" into main

parents 480053e0 b9382893
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -214,11 +214,13 @@ class DeviceDetailsFragmentFormatterImpl(
            }
        }

        fragment.listView.post {
            if (isLoading) {
                fragment.setLoading(false, false)
                isLoading = false
            }
        }
    }

    override fun getMenuItem(
        fragmentType: FragmentTypeModel