Merge #7300
7300: Remove LiveData.awaitValue r=Amejia481 a=NotWoods
This function is causing a lot of headache because it forces support-android-test to depend on LiveData, which causes issues with other components that depend on support-android-test. We're working on switching from LiveData to Flow everywhere, so this change switches all the components that use the `awaitValue` function.
Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
Please register or sign in to comment