Skip to content

Commit

Permalink
Android lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Aug 30, 2023
1 parent 1f792bd commit ecf6ddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion anystream-client-android/src/main/kotlin/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ open class MainActivity : AppCompatActivity() {
}
when (val route = stack.last()) {
Routes.Welcome,
Routes.Login -> LoginScreen(client, androidRouter)
Routes.Login,
-> LoginScreen(client, androidRouter)
Routes.Home -> HomeScreen(
client = client,
backStack = stack,
Expand Down

0 comments on commit ecf6ddf

Please sign in to comment.