Skip to content

Commit

Permalink
Removing BUGGY_COLUMNS example from EmojiSearch sample (#1742)
Browse files Browse the repository at this point in the history
This is a follow-up to PR #1420.
Now that `flex` is working on iOS (as of PR #1724), there's an easy workaround for this issue.
  • Loading branch information
dnagler authored Dec 14, 2023
1 parent cbbea7b commit f5587f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ interface Navigator {
enum class Variant {
LAZY_COLUMN,
SCROLLABLE_FLEXBOX,
BUGGY_COLUMNS,
}

@Composable
Expand All @@ -78,7 +77,6 @@ fun EmojiSearch(
when (variant) {
Variant.LAZY_COLUMN -> LazyColumn(httpClient, navigator)
Variant.SCROLLABLE_FLEXBOX -> NestedFlexBoxContainers(httpClient)
Variant.BUGGY_COLUMNS -> BuggyNestedColumns()
}
}

Expand Down

0 comments on commit f5587f2

Please sign in to comment.