Commit 8f0afd92 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! TB 34403 [android]: Disable Normal mode by default.

Fix 144 rebase Android build errors.
parent 1064fdb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1286,7 +1286,7 @@ private fun BookmarkListItemMenu(
    bookmark: BookmarkItem.Bookmark,
    store: BookmarksStore,
) {
    val menuItems = listOf(
    val menuItems = listOfNotNull(
        MenuItem.TextItem(
            text = Text.Resource(R.string.bookmark_menu_edit_button),
            onClick = { store.dispatch(BookmarksListMenuAction.Bookmark.EditClicked(bookmark)) },