Skip to content

Commit e017b84

Browse files
committed
Remove explicit type argument.
Change-Id: Id02756d780309af6638698de856b563d9e775cc3
1 parent 8cfd424 commit e017b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppStateTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class NiaAppStateTest {
214214
@Composable
215215
private fun rememberTestNavController(): TestNavHostController {
216216
val context = LocalContext.current
217-
return remember<TestNavHostController> {
217+
return remember {
218218
TestNavHostController(context).apply {
219219
navigatorProvider.addNavigator(ComposeNavigator())
220220
graph = createGraph(startDestination = "a") {

0 commit comments

Comments
 (0)