Remove unused variable

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-29 16:35:14 +05:30
parent 60f6108d35
commit 7c4e4aea26
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -47,9 +47,8 @@ class MainActivity : AppCompatActivity() {
@Composable @Composable
fun LobstersApp( fun LobstersApp(
viewModel: LobstersViewModel viewModel: LobstersViewModel,
) { ) {
val urlLauncher = UrlLauncherAmbient.current
val navController = rememberNavController() val navController = rememberNavController()
val destinations = arrayOf(Destination.Hottest, Destination.Saved) val destinations = arrayOf(Destination.Hottest, Destination.Saved)