mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
Remove unused variable
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
60f6108d35
commit
7c4e4aea26
1 changed files with 1 additions and 2 deletions
|
@ -47,9 +47,8 @@ class MainActivity : AppCompatActivity() {
|
|||
|
||||
@Composable
|
||||
fun LobstersApp(
|
||||
viewModel: LobstersViewModel
|
||||
viewModel: LobstersViewModel,
|
||||
) {
|
||||
val urlLauncher = UrlLauncherAmbient.current
|
||||
val navController = rememberNavController()
|
||||
val destinations = arrayOf(Destination.Hottest, Destination.Saved)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue