Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jossiwolf committed Sep 29, 2021
1 parent ff4c2af commit 8598c0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion navigation-animation/api/current.api
Expand Up @@ -21,7 +21,7 @@ package com.google.accompanist.navigation.animation {
}

public final class NavHostControllerKt {
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Composable public static androidx.navigation.NavHostController rememberAnimatedNavController();
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Composable public static androidx.navigation.NavHostController rememberAnimatedNavController(androidx.navigation.Navigator<? extends androidx.navigation.NavDestination>... navigators);
}

}
Expand Down
Expand Up @@ -24,7 +24,6 @@ import androidx.navigation.NavHostController
import androidx.navigation.NoOpNavigator
import androidx.navigation.compose.currentBackStackEntryAsState
import androidx.navigation.get
import androidx.navigation.testing.TestNavigatorState
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.LargeTest
import com.google.common.truth.Truth.assertThat
Expand Down

0 comments on commit 8598c0d

Please sign in to comment.