Bug 1949514 - Update IconButton and LongPressIconButton with haptics support r=android-reviewers,tchoh

Overcome missing support from Compose upstream.

Differential Revision: https://phabricator.services.mozilla.com/D239359
This commit is contained in:
Mugurell
2025-03-25 19:08:55 +00:00
parent 73818dd05a
commit d3e075161a
6 changed files with 287 additions and 111 deletions

View File

@@ -25,7 +25,7 @@ import org.mozilla.samples.toolbar.middleware.SearchSelectorInteractions.Setting
import org.mozilla.samples.toolbar.middleware.SearchSelectorInteractions.TabsClicked
import mozilla.components.ui.icons.R as iconsR
sealed class SearchSelectorInteractions : BrowserToolbarEvent {
private sealed class SearchSelectorInteractions : BrowserToolbarEvent {
data object BookmarksClicked : SearchSelectorInteractions()
data object TabsClicked : SearchSelectorInteractions()
data object HistoryClicked : SearchSelectorInteractions()