fix: restore wrapper and Android quality checks
This commit is contained in:
@@ -19,6 +19,6 @@ class ExampleInstrumentedTest {
|
||||
fun useAppContext() {
|
||||
// Context of the app under test.
|
||||
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
|
||||
assertEquals("com.zhifly.follow", appContext.packageName)
|
||||
assertEquals("com.yzx.kiosk", appContext.packageName)
|
||||
}
|
||||
}
|
||||
@@ -30,6 +30,7 @@ import kotlinx.coroutines.flow.collectLatest
|
||||
import java.net.URLDecoder
|
||||
import java.net.URLEncoder
|
||||
|
||||
@androidx.annotation.OptIn(androidx.media3.common.util.UnstableApi::class)
|
||||
@Composable
|
||||
fun AppNavHost(
|
||||
navigator: AppNavigator,
|
||||
|
||||
@@ -92,6 +92,7 @@ fun PosterScreenWithLiveOrSlideshow(
|
||||
}
|
||||
}
|
||||
|
||||
@androidx.annotation.OptIn(androidx.media3.common.util.UnstableApi::class)
|
||||
@Composable
|
||||
private fun PosterLiveStreamLayer(
|
||||
url: String,
|
||||
|
||||
Reference in New Issue
Block a user