mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1855 - Remove haptic feedback on tabs button
This commit is contained in:
parent
07fbeaeeba
commit
9fb3abf709
@ -5,7 +5,6 @@
|
|||||||
package org.mozilla.fenix.components.toolbar
|
package org.mozilla.fenix.components.toolbar
|
||||||
|
|
||||||
import android.util.TypedValue
|
import android.util.TypedValue
|
||||||
import android.view.HapticFeedbackConstants
|
|
||||||
import android.view.View
|
import android.view.View
|
||||||
import android.view.ViewGroup
|
import android.view.ViewGroup
|
||||||
import mozilla.components.browser.session.Session
|
import mozilla.components.browser.session.Session
|
||||||
@ -33,7 +32,6 @@ class TabCounterToolbarButton(
|
|||||||
it.private == isPrivate
|
it.private == isPrivate
|
||||||
})
|
})
|
||||||
setOnClickListener {
|
setOnClickListener {
|
||||||
it.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS)
|
|
||||||
showTabs.invoke()
|
showTabs.invoke()
|
||||||
}
|
}
|
||||||
contentDescription =
|
contentDescription =
|
||||||
|
Loading…
Reference in New Issue
Block a user