Keep local changes for later refactoring. Apply styling fixes.
This commit is contained in:
@@ -116,7 +116,6 @@ fun AppNavigation(
|
||||
popExitTransition = { slideOutHorizontallyToEnd },
|
||||
) { ListsScreen(accountViewModel, nav) }
|
||||
|
||||
|
||||
composable<Route.EditProfile> { NewUserMetadataScreen(nav, accountViewModel) }
|
||||
composable<Route.Search> { SearchScreen(accountViewModel, nav) }
|
||||
|
||||
|
||||
@@ -60,6 +60,7 @@ sealed class Route {
|
||||
@Serializable object Drafts : Route()
|
||||
|
||||
@Serializable object Settings : Route()
|
||||
|
||||
object Lists :
|
||||
Route(
|
||||
route = "Lists",
|
||||
|
||||
Reference in New Issue
Block a user